Html Css Color HEX #EA7FA0 Carissma

📋 copy color: '#EA7FA0'

red 234 ◦ green 127 ◦ blue 160

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

Shades of Carissma #EA7FA0

Tints of Carissma #EA7FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 24.38%

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

R = 44.91%
G = 24.38%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA7FA0 (or 0xEA7FA0) is known color: Carissma. HEX triplet: EA, 7F and A0. RGB value is (234,127,160). Sum of RGB (Red+Green+Blue) = 234+127+160=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7FA0 is #15805F. Grayscale: #A2A2A2. Windows color (decimal): -1409120 or 10518506. OLE color: 10518506.

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

Color convert

RGB 234 127 160 -
CMYK 0 0.46 0.32 0.08
HSL 341.5º 0.72% 0.71% -
HSV(B) 341.5º 0.46% 0.92% -
XYZ 47.87 35.21 37.53 -
YUV 162.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 234 127 160 0 0.46 0.32 0.08 341.5 0.72 0.71
Hex EA 7F A0 0 2E 20 8 155 48 47
Octal 352 177 240 0 56 40 10 525 110 107
Binary 11101010 1111111 10100000 0 101110 100000 1000 101010101 1001000 1000111

Color Harmonies of #EA7FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7FA0

Black with #EA7FA0

Text Example


Text Example

White with #EA7FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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