Html Css Color HEX #EA8299 Carissma

📋 copy color: '#EA8299'

red 234 ◦ green 130 ◦ blue 153

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

Shades of Carissma #EA8299

Tints of Carissma #EA8299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.59%

R = 45.26%
G = 25.15%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA8299 (or 0xEA8299) is known color: Carissma. HEX triplet: EA, 82 and 99. RGB value is (234,130,153). Sum of RGB (Red+Green+Blue) = 234+130+153=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8299 is #157D66. Grayscale: #A3A3A3. Windows color (decimal): -1408359 or 10060522. OLE color: 10060522.

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

Color convert

RGB 234 130 153 -
CMYK 0 0.44 0.35 0.08
HSL 346.73º 0.71% 0.71% -
HSV(B) 346.73º 0.44% 0.92% -
XYZ 47.66 35.76 34.53 -
YUV 163.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 234 130 153 0 0.44 0.35 0.08 346.73 0.71 0.71
Hex EA 82 99 0 2C 23 8 15B 47 47
Octal 352 202 231 0 54 43 10 533 107 107
Binary 11101010 10000010 10011001 0 101100 100011 1000 101011011 1000111 1000111

Color Harmonies of #EA8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8299

Black with #EA8299

Text Example


Text Example

White with #EA8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8299; }

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

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

background-color css

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

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

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

border-color css

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

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

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