Html Css Color HEX #EA7CC2 Persian Pink

📋 copy color: '#EA7CC2'

red 234 ◦ green 124 ◦ blue 194

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

Shades of Persian Pink #EA7CC2

Tints of Persian Pink #EA7CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

 BLUE value IS 194 (76.17% from 255) = 35.14%

R = 42.39%
G = 22.46%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA7CC2 (or 0xEA7CC2) is known color: Persian Pink. HEX triplet: EA, 7C and C2. RGB value is (234,124,194). Sum of RGB (Red+Green+Blue) = 234+124+194=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CC2 is #15833D. Grayscale: #A4A4A4. Windows color (decimal): -1409854 or 12745962. OLE color: 12745962.

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

Color convert

RGB 234 124 194 -
CMYK 0 0.47 0.17 0.08
HSL 321.82º 0.72% 0.7% -
HSV(B) 321.82º 0.47% 0.92% -
XYZ 50.88 35.8 55.27 -
YUV 164.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 234 124 194 0 0.47 0.17 0.08 321.82 0.72 0.7
Hex EA 7C C2 0 2F 11 8 142 48 46
Octal 352 174 302 0 57 21 10 502 110 106
Binary 11101010 1111100 11000010 0 101111 10001 1000 101000010 1001000 1000110

Color Harmonies of #EA7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CC2

Black with #EA7CC2

Text Example


Text Example

White with #EA7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CC2; }

 p { color: rgb(234,124,194); }

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

background-color css

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

 a { background-color: rgb(234,124,194); }

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

border-color css

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

 span { border-color: rgb(234,124,194); }

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