Html Css Color HEX #EA78A0 Carissma

📋 copy color: '#EA78A0'

red 234 ◦ green 120 ◦ blue 160

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

Shades of Carissma #EA78A0

Tints of Carissma #EA78A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.35%

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

R = 45.53%
G = 23.35%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA78A0 (or 0xEA78A0) is known color: Carissma. HEX triplet: EA, 78 and A0. RGB value is (234,120,160). Sum of RGB (Red+Green+Blue) = 234+120+160=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA78A0 is #15875F. Grayscale: #9E9E9E. Windows color (decimal): -1410912 or 10516714. OLE color: 10516714.

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

Color convert

RGB 234 120 160 -
CMYK 0 0.49 0.32 0.08
HSL 338.95º 0.73% 0.69% -
HSV(B) 338.95º 0.49% 0.92% -
XYZ 46.99 33.46 37.24 -
YUV 158.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 234 120 160 0 0.49 0.32 0.08 338.95 0.73 0.69
Hex EA 78 A0 0 31 20 8 153 49 45
Octal 352 170 240 0 61 40 10 523 111 105
Binary 11101010 1111000 10100000 0 110001 100000 1000 101010011 1001001 1000101

Color Harmonies of #EA78A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA78A0

Black with #EA78A0

Text Example


Text Example

White with #EA78A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA78A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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