Html Css Color HEX #EA8492 Carissma

📋 copy color: '#EA8492'

red 234 ◦ green 132 ◦ blue 146

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

Shades of Carissma #EA8492

Tints of Carissma #EA8492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 45.7%
G = 25.78%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA8492 (or 0xEA8492) is known color: Carissma. HEX triplet: EA, 84 and 92. RGB value is (234,132,146). Sum of RGB (Red+Green+Blue) = 234+132+146=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8492 is #157B6D. Grayscale: #A4A4A4. Windows color (decimal): -1407854 or 9602282. OLE color: 9602282.

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

Color convert

RGB 234 132 146 -
CMYK 0 0.44 0.38 0.08
HSL 351.76º 0.71% 0.72% -
HSV(B) 351.76º 0.44% 0.92% -
XYZ 47.37 36.07 31.66 -
YUV 164.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 234 132 146 0 0.44 0.38 0.08 351.76 0.71 0.72
Hex EA 84 92 0 2C 26 8 160 47 48
Octal 352 204 222 0 54 46 10 540 107 110
Binary 11101010 10000100 10010010 0 101100 100110 1000 101100000 1000111 1001000

Color Harmonies of #EA8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8492

Black with #EA8492

Text Example


Text Example

White with #EA8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8492; }

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

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

background-color css

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

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

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

border-color css

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

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

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