Html Css Color HEX #EA8496 Carissma

📋 copy color: '#EA8496'

red 234 ◦ green 132 ◦ blue 150

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

Shades of Carissma #EA8496

Tints of Carissma #EA8496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.58%

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 45.35%
G = 25.58%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA8496 (or 0xEA8496) is known color: Carissma. HEX triplet: EA, 84 and 96. RGB value is (234,132,150). Sum of RGB (Red+Green+Blue) = 234+132+150=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8496 is #157B69. Grayscale: #A4A4A4. Windows color (decimal): -1407850 or 9864426. OLE color: 9864426.

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

Color convert

RGB 234 132 150 -
CMYK 0 0.44 0.36 0.08
HSL 349.41º 0.71% 0.72% -
HSV(B) 349.41º 0.44% 0.92% -
XYZ 47.69 36.2 33.33 -
YUV 164.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 234 132 150 0 0.44 0.36 0.08 349.41 0.71 0.72
Hex EA 84 96 0 2C 24 8 15D 47 48
Octal 352 204 226 0 54 44 10 535 107 110
Binary 11101010 10000100 10010110 0 101100 100100 1000 101011101 1000111 1001000

Color Harmonies of #EA8496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8496

Black with #EA8496

Text Example


Text Example

White with #EA8496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8496; }

 p { color: rgb(234,132,150); }

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

background-color css

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

 a { background-color: rgb(234,132,150); }

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

border-color css

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

 span { border-color: rgb(234,132,150); }

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