Html Css Color HEX #E07CBD Persian Pink

📋 copy color: '#E07CBD'

red 224 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #E07CBD

Tints of Persian Pink #E07CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 41.71%
G = 23.09%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E07CBD (or 0xE07CBD) is known color: Persian Pink. HEX triplet: E0, 7C and BD. RGB value is (224,124,189). Sum of RGB (Red+Green+Blue) = 224+124+189=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CBD is #1F8342. Grayscale: #A1A1A1. Windows color (decimal): -2065219 or 12418272. OLE color: 12418272.

HSL color Cylindrical-coordinate representation of color #E07CBD: hue angle of 321º 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 #E07CBD is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 189 -
CMYK 0 0.45 0.16 0.12
HSL 321º 0.62% 0.68% -
HSV(B) 321º 0.45% 0.88% -
XYZ 47.13 33.94 52.21 -
YUV 161.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 224 124 189 0 0.45 0.16 0.12 321 0.62 0.68
Hex E0 7C BD 0 2D 10 C 141 3E 44
Octal 340 174 275 0 55 20 14 501 76 104
Binary 11100000 1111100 10111101 0 101101 10000 1100 101000001 111110 1000100

Color Harmonies of #E07CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CBD

Black with #E07CBD

Text Example


Text Example

White with #E07CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CBD; }

 p { color: rgb(224,124,189); }

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

background-color css

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

 a { background-color: rgb(224,124,189); }

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

border-color css

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

 span { border-color: rgb(224,124,189); }

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