Html Css Color HEX #EB7CC0 Persian Pink

📋 copy color: '#EB7CC0'

red 235 ◦ green 124 ◦ blue 192

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

Shades of Persian Pink #EB7CC0

Tints of Persian Pink #EB7CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 42.65%
G = 22.5%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB7CC0 (or 0xEB7CC0) is known color: Persian Pink. HEX triplet: EB, 7C and C0. RGB value is (235,124,192). Sum of RGB (Red+Green+Blue) = 235+124+192=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CC0 is #14833F. Grayscale: #A4A4A4. Windows color (decimal): -1344320 or 12614891. OLE color: 12614891.

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

Color convert

RGB 235 124 192 -
CMYK 0 0.47 0.18 0.08
HSL 323.24º 0.74% 0.7% -
HSV(B) 323.24º 0.47% 0.92% -
XYZ 50.98 35.88 54.11 -
YUV 164.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 235 124 192 0 0.47 0.18 0.08 323.24 0.74 0.7
Hex EB 7C C0 0 2F 12 8 143 4A 46
Octal 353 174 300 0 57 22 10 503 112 106
Binary 11101011 1111100 11000000 0 101111 10010 1000 101000011 1001010 1000110

Color Harmonies of #EB7CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CC0

Black with #EB7CC0

Text Example


Text Example

White with #EB7CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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