Html Css Color HEX #EA8292 Carissma

📋 copy color: '#EA8292'

red 234 ◦ green 130 ◦ blue 146

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

Shades of Carissma #EA8292

Tints of Carissma #EA8292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.49%

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

R = 45.88%
G = 25.49%
B = 28.63%

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

#EA8292 (or 0xEA8292) is known color: Carissma. HEX triplet: EA, 82 and 92. RGB value is (234,130,146). Sum of RGB (Red+Green+Blue) = 234+130+146=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8292 is #157D6D. Grayscale: #A2A2A2. Windows color (decimal): -1408366 or 9601770. OLE color: 9601770.

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

Color convert

RGB 234 130 146 -
CMYK 0 0.44 0.38 0.08
HSL 350.77º 0.71% 0.71% -
HSV(B) 350.77º 0.44% 0.92% -
XYZ 47.1 35.53 31.57 -
YUV 162.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 234 130 146 0 0.44 0.38 0.08 350.77 0.71 0.71
Hex EA 82 92 0 2C 26 8 15F 47 47
Octal 352 202 222 0 54 46 10 537 107 107
Binary 11101010 10000010 10010010 0 101100 100110 1000 101011111 1000111 1000111

Color Harmonies of #EA8292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8292

Black with #EA8292

Text Example


Text Example

White with #EA8292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8292; }

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

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

background-color css

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

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

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

border-color css

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

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

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