Html Css Color HEX #EA849A Carissma

📋 copy color: '#EA849A'

red 234 ◦ green 132 ◦ blue 154

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

Shades of Carissma #EA849A

Tints of Carissma #EA849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.62%

R = 45%
G = 25.38%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA849A (or 0xEA849A) is known color: Carissma. HEX triplet: EA, 84 and 9A. RGB value is (234,132,154). Sum of RGB (Red+Green+Blue) = 234+132+154=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA849A is #157B65. Grayscale: #A5A5A5. Windows color (decimal): -1407846 or 10126570. OLE color: 10126570.

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

Color convert

RGB 234 132 154 -
CMYK 0 0.44 0.34 0.08
HSL 347.06º 0.71% 0.72% -
HSV(B) 347.06º 0.44% 0.92% -
XYZ 48.02 36.33 35.05 -
YUV 165.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 234 132 154 0 0.44 0.34 0.08 347.06 0.71 0.72
Hex EA 84 9A 0 2C 22 8 15B 47 48
Octal 352 204 232 0 54 42 10 533 107 110
Binary 11101010 10000100 10011010 0 101100 100010 1000 101011011 1000111 1001000

Color Harmonies of #EA849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA849A

Black with #EA849A

Text Example


Text Example

White with #EA849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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