Html Css Color HEX #EA7F9F Carissma

📋 copy color: '#EA7F9F'

red 234 ◦ green 127 ◦ blue 159

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

Shades of Carissma #EA7F9F

Tints of Carissma #EA7F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.58%

R = 45%
G = 24.42%
B = 30.58%

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

#EA7F9F (or 0xEA7F9F) is known color: Carissma. HEX triplet: EA, 7F and 9F. RGB value is (234,127,159). Sum of RGB (Red+Green+Blue) = 234+127+159=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7F9F is #158060. Grayscale: #A2A2A2. Windows color (decimal): -1409121 or 10452970. OLE color: 10452970.

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

Color convert

RGB 234 127 159 -
CMYK 0 0.46 0.32 0.08
HSL 342.06º 0.72% 0.71% -
HSV(B) 342.06º 0.46% 0.92% -
XYZ 47.78 35.17 37.07 -
YUV 162.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 234 127 159 0 0.46 0.32 0.08 342.06 0.72 0.71
Hex EA 7F 9F 0 2E 20 8 156 48 47
Octal 352 177 237 0 56 40 10 526 110 107
Binary 11101010 1111111 10011111 0 101110 100000 1000 101010110 1001000 1000111

Color Harmonies of #EA7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F9F

Black with #EA7F9F

Text Example


Text Example

White with #EA7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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