Html Css Color HEX #EA8298 Carissma

📋 copy color: '#EA8298'

red 234 ◦ green 130 ◦ blue 152

#EA8298
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EA8298

Tints of Carissma #EA8298

RGB

 RED value IS 234 (91.8% from 255) = 45.35%

 GREEN value IS 130 (51.17% from 255) = 25.19%

 BLUE value IS 152 (59.77% from 255) = 29.46%

R = 45.35%
G = 25.19%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA8298 (or 0xEA8298) is known color: Carissma. HEX triplet: EA, 82 and 98. RGB value is (234,130,152). Sum of RGB (Red+Green+Blue) = 234+130+152=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8298 is #157D67. Grayscale: #A3A3A3. Windows color (decimal): -1408360 or 9994986. OLE color: 9994986.

HSL color Cylindrical-coordinate representation of color #EA8298: hue angle of 347.31º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8298 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 152 -
CMYK 0 0.44 0.35 0.08
HSL 347.31º 0.71% 0.71% -
HSV(B) 347.31º 0.44% 0.92% -
XYZ 47.58 35.72 34.09 -
YUV 163.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 234 130 152 0 0.44 0.35 0.08 347.31 0.71 0.71
Hex EA 82 98 0 2C 23 8 15B 47 47
Octal 352 202 230 0 54 43 10 533 107 107
Binary 11101010 10000010 10011000 0 101100 100011 1000 101011011 1000111 1000111

Color Harmonies of #EA8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8298

Black with #EA8298

Text Example


Text Example

White with #EA8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8298; }

 p { color: rgb(234,130,152); }

 H1.HeaderClassName
 {
   color: #EA8298;
 }
 .AnyTagClassName
 {
   color: #EA8298;
 }
</style>

background-color css

<style>
 a { background-color: #EA8298; }

 a { background-color: rgb(234,130,152); }

 div.DivClassName
 {
   background-color: #EA8298;
 }
 .BgClassName
 {
   background-color: #EA8298;
 }
</style>

border-color css

<style>
 span { border-color: #EA8298; }

 span { border-color: rgb(234,130,152); }

 td.TdClassName
 {
   border-color: #EA8298;
 }
 .TagClassName
 {
   border-color: #EA8298;
 }
</style>