Html Css Color HEX #EB7CC2 Persian Pink

📋 copy color: '#EB7CC2'

red 235 ◦ green 124 ◦ blue 194

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

Shades of Persian Pink #EB7CC2

Tints of Persian Pink #EB7CC2

RGB

 RED value IS 235 (92.19% from 255) = 42.5%

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

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

R = 42.5%
G = 22.42%
B = 35.08%

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

#EB7CC2 (or 0xEB7CC2) is known color: Persian Pink. HEX triplet: EB, 7C and C2. RGB value is (235,124,194). Sum of RGB (Red+Green+Blue) = 235+124+194=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CC2 is #14833D. Grayscale: #A5A5A5. Windows color (decimal): -1344318 or 12745963. OLE color: 12745963.

HSL color Cylindrical-coordinate representation of color #EB7CC2: hue angle of 322.16º degrees, saturation: 0.74, 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 #EB7CC2 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 124 194 -
CMYK 0 0.47 0.17 0.08
HSL 322.16º 0.74% 0.7% -
HSV(B) 322.16º 0.47% 0.92% -
XYZ 51.21 35.97 55.28 -
YUV 165.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 235 124 194 0 0.47 0.17 0.08 322.16 0.74 0.7
Hex EB 7C C2 0 2F 11 8 142 4A 46
Octal 353 174 302 0 57 21 10 502 112 106
Binary 11101011 1111100 11000010 0 101111 10001 1000 101000010 1001010 1000110

Color Harmonies of #EB7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CC2

Black with #EB7CC2

Text Example


Text Example

White with #EB7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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