Html Css Color HEX #E07BC0 Persian Pink

📋 copy color: '#E07BC0'

red 224 ◦ green 123 ◦ blue 192

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

Shades of Persian Pink #E07BC0

Tints of Persian Pink #E07BC0

RGB

 RED value IS 224 (87.89% from 255) = 41.56%

 GREEN value IS 123 (48.44% from 255) = 22.82%

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

R = 41.56%
G = 22.82%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E07BC0 (or 0xE07BC0) is known color: Persian Pink. HEX triplet: E0, 7B and C0. RGB value is (224,123,192). Sum of RGB (Red+Green+Blue) = 224+123+192=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BC0 is #1F843F. Grayscale: #A0A0A0. Windows color (decimal): -2065472 or 12614624. OLE color: 12614624.

HSL color Cylindrical-coordinate representation of color #E07BC0: hue angle of 319.01º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BC0 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 192 -
CMYK 0 0.45 0.14 0.12
HSL 319.01º 0.62% 0.68% -
HSV(B) 319.01º 0.45% 0.88% -
XYZ 47.34 33.82 53.9 -
YUV 161.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 224 123 192 0 0.45 0.14 0.12 319.01 0.62 0.68
Hex E0 7B C0 0 2D E C 13F 3E 44
Octal 340 173 300 0 55 16 14 477 76 104
Binary 11100000 1111011 11000000 0 101101 1110 1100 100111111 111110 1000100

Color Harmonies of #E07BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BC0

Black with #E07BC0

Text Example


Text Example

White with #E07BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BC0; }

 p { color: rgb(224,123,192); }

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

background-color css

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

 a { background-color: rgb(224,123,192); }

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

border-color css

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

 span { border-color: rgb(224,123,192); }

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