Html Css Color HEX #EA82A0 Carissma

📋 copy color: '#EA82A0'

red 234 ◦ green 130 ◦ blue 160

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

Shades of Carissma #EA82A0

Tints of Carissma #EA82A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 44.66%
G = 24.81%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA82A0 (or 0xEA82A0) is known color: Carissma. HEX triplet: EA, 82 and A0. RGB value is (234,130,160). Sum of RGB (Red+Green+Blue) = 234+130+160=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A0 is #157D5F. Grayscale: #A4A4A4. Windows color (decimal): -1408352 or 10519274. OLE color: 10519274.

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

Color convert

RGB 234 130 160 -
CMYK 0 0.44 0.32 0.08
HSL 342.69º 0.71% 0.71% -
HSV(B) 342.69º 0.44% 0.92% -
XYZ 48.26 36 37.66 -
YUV 164.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 234 130 160 0 0.44 0.32 0.08 342.69 0.71 0.71
Hex EA 82 A0 0 2C 20 8 157 47 47
Octal 352 202 240 0 54 40 10 527 107 107
Binary 11101010 10000010 10100000 0 101100 100000 1000 101010111 1000111 1000111

Color Harmonies of #EA82A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82A0

Black with #EA82A0

Text Example


Text Example

White with #EA82A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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