Html Css Color HEX #EA8397 Carissma

📋 copy color: '#EA8397'

red 234 ◦ green 131 ◦ blue 151

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

Shades of Carissma #EA8397

Tints of Carissma #EA8397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 45.35%
G = 25.39%
B = 29.26%

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

#EA8397 (or 0xEA8397) is known color: Carissma. HEX triplet: EA, 83 and 97. RGB value is (234,131,151). Sum of RGB (Red+Green+Blue) = 234+131+151=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8397 is #157C68. Grayscale: #A4A4A4. Windows color (decimal): -1408105 or 9929706. OLE color: 9929706.

HSL color Cylindrical-coordinate representation of color #EA8397: hue angle of 348.35º 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 #EA8397 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 151 -
CMYK 0 0.44 0.35 0.08
HSL 348.35º 0.71% 0.72% -
HSV(B) 348.35º 0.44% 0.92% -
XYZ 47.63 35.96 33.71 -
YUV 164.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 234 131 151 0 0.44 0.35 0.08 348.35 0.71 0.72
Hex EA 83 97 0 2C 23 8 15C 47 48
Octal 352 203 227 0 54 43 10 534 107 110
Binary 11101010 10000011 10010111 0 101100 100011 1000 101011100 1000111 1001000

Color Harmonies of #EA8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8397

Black with #EA8397

Text Example


Text Example

White with #EA8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8397; }

 p { color: rgb(234,131,151); }

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

background-color css

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

 a { background-color: rgb(234,131,151); }

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

border-color css

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

 span { border-color: rgb(234,131,151); }

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