Html Css Color HEX #EA8295 Carissma

📋 copy color: '#EA8295'

red 234 ◦ green 130 ◦ blue 149

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

Shades of Carissma #EA8295

Tints of Carissma #EA8295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 45.61%
G = 25.34%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA8295 (or 0xEA8295) is known color: Carissma. HEX triplet: EA, 82 and 95. RGB value is (234,130,149). Sum of RGB (Red+Green+Blue) = 234+130+149=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8295 is #157D6A. Grayscale: #A3A3A3. Windows color (decimal): -1408363 or 9798378. OLE color: 9798378.

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

Color convert

RGB 234 130 149 -
CMYK 0 0.44 0.36 0.08
HSL 349.04º 0.71% 0.71% -
HSV(B) 349.04º 0.44% 0.92% -
XYZ 47.34 35.63 32.82 -
YUV 163.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 234 130 149 0 0.44 0.36 0.08 349.04 0.71 0.71
Hex EA 82 95 0 2C 24 8 15D 47 47
Octal 352 202 225 0 54 44 10 535 107 107
Binary 11101010 10000010 10010101 0 101100 100100 1000 101011101 1000111 1000111

Color Harmonies of #EA8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8295

Black with #EA8295

Text Example


Text Example

White with #EA8295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8295; }

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

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

background-color css

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

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

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

border-color css

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

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

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