Html Css Color HEX #EA84A0 Carissma

📋 copy color: '#EA84A0'

red 234 ◦ green 132 ◦ blue 160

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

Shades of Carissma #EA84A0

Tints of Carissma #EA84A0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.1%

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

R = 44.49%
G = 25.1%
B = 30.42%

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

#EA84A0 (or 0xEA84A0) is known color: Carissma. HEX triplet: EA, 84 and A0. RGB value is (234,132,160). Sum of RGB (Red+Green+Blue) = 234+132+160=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84A0 is #157B5F. Grayscale: #A5A5A5. Windows color (decimal): -1407840 or 10519786. OLE color: 10519786.

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

Color convert

RGB 234 132 160 -
CMYK 0 0.44 0.32 0.08
HSL 343.53º 0.71% 0.72% -
HSV(B) 343.53º 0.44% 0.92% -
XYZ 48.53 36.53 37.75 -
YUV 165.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 234 132 160 0 0.44 0.32 0.08 343.53 0.71 0.72
Hex EA 84 A0 0 2C 20 8 158 47 48
Octal 352 204 240 0 54 40 10 530 107 110
Binary 11101010 10000100 10100000 0 101100 100000 1000 101011000 1000111 1001000

Color Harmonies of #EA84A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84A0

Black with #EA84A0

Text Example


Text Example

White with #EA84A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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