Html Css Color HEX #EA8296 Carissma

📋 copy color: '#EA8296'

red 234 ◦ green 130 ◦ blue 150

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

Shades of Carissma #EA8296

Tints of Carissma #EA8296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.18%

R = 45.53%
G = 25.29%
B = 29.18%

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

#EA8296 (or 0xEA8296) is known color: Carissma. HEX triplet: EA, 82 and 96. RGB value is (234,130,150). Sum of RGB (Red+Green+Blue) = 234+130+150=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8296 is #157D69. Grayscale: #A3A3A3. Windows color (decimal): -1408362 or 9863914. OLE color: 9863914.

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

Color convert

RGB 234 130 150 -
CMYK 0 0.44 0.36 0.08
HSL 348.46º 0.71% 0.71% -
HSV(B) 348.46º 0.44% 0.92% -
XYZ 47.42 35.66 33.24 -
YUV 163.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 234 130 150 0 0.44 0.36 0.08 348.46 0.71 0.71
Hex EA 82 96 0 2C 24 8 15C 47 47
Octal 352 202 226 0 54 44 10 534 107 107
Binary 11101010 10000010 10010110 0 101100 100100 1000 101011100 1000111 1000111

Color Harmonies of #EA8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8296

Black with #EA8296

Text Example


Text Example

White with #EA8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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