Html Css Color HEX #EA8A9E Carissma

📋 copy color: '#EA8A9E'

red 234 ◦ green 138 ◦ blue 158

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

Shades of Carissma #EA8A9E

Tints of Carissma #EA8A9E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 44.15%
G = 26.04%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA8A9E (or 0xEA8A9E) is known color: Carissma. HEX triplet: EA, 8A and 9E. RGB value is (234,138,158). Sum of RGB (Red+Green+Blue) = 234+138+158=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A9E is #157561. Grayscale: #A9A9A9. Windows color (decimal): -1406306 or 10390250. OLE color: 10390250.

HSL color Cylindrical-coordinate representation of color #EA8A9E: hue angle of 347.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8A9E is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 138 158 -
CMYK 0 0.41 0.32 0.08
HSL 347.5º 0.7% 0.73% -
HSV(B) 347.5º 0.41% 0.92% -
XYZ 49.19 38.14 37.12 -
YUV 168.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 234 138 158 0 0.41 0.32 0.08 347.5 0.7 0.73
Hex EA 8A 9E 0 29 20 8 15C 46 49
Octal 352 212 236 0 51 40 10 534 106 111
Binary 11101010 10001010 10011110 0 101001 100000 1000 101011100 1000110 1001001

Color Harmonies of #EA8A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A9E

Black with #EA8A9E

Text Example


Text Example

White with #EA8A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A9E; }

 p { color: rgb(234,138,158); }

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

background-color css

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

 a { background-color: rgb(234,138,158); }

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

border-color css

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

 span { border-color: rgb(234,138,158); }

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