Html Css Color HEX #EA87A0 Carissma

📋 copy color: '#EA87A0'

red 234 ◦ green 135 ◦ blue 160

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

Shades of Carissma #EA87A0

Tints of Carissma #EA87A0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.52%

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

R = 44.23%
G = 25.52%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA87A0 (or 0xEA87A0) is known color: Carissma. HEX triplet: EA, 87 and A0. RGB value is (234,135,160). Sum of RGB (Red+Green+Blue) = 234+135+160=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA87A0 is #15785F. Grayscale: #A7A7A7. Windows color (decimal): -1407072 or 10520554. OLE color: 10520554.

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

Color convert

RGB 234 135 160 -
CMYK 0 0.42 0.32 0.08
HSL 344.85º 0.7% 0.72% -
HSV(B) 344.85º 0.42% 0.92% -
XYZ 48.94 37.36 37.89 -
YUV 167.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 234 135 160 0 0.42 0.32 0.08 344.85 0.7 0.72
Hex EA 87 A0 0 2A 20 8 159 46 48
Octal 352 207 240 0 52 40 10 531 106 110
Binary 11101010 10000111 10100000 0 101010 100000 1000 101011001 1000110 1001000

Color Harmonies of #EA87A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87A0

Black with #EA87A0

Text Example


Text Example

White with #EA87A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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