Html Css Color HEX #E07FBD Persian Pink

📋 copy color: '#E07FBD'

red 224 ◦ green 127 ◦ blue 189

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

Shades of Persian Pink #E07FBD

Tints of Persian Pink #E07FBD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

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

R = 41.48%
G = 23.52%
B = 35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E07FBD (or 0xE07FBD) is known color: Persian Pink. HEX triplet: E0, 7F and BD. RGB value is (224,127,189). Sum of RGB (Red+Green+Blue) = 224+127+189=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FBD is #1F8042. Grayscale: #A2A2A2. Windows color (decimal): -2064451 or 12419040. OLE color: 12419040.

HSL color Cylindrical-coordinate representation of color #E07FBD: hue angle of 321.65º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FBD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 189 -
CMYK 0 0.43 0.16 0.12
HSL 321.65º 0.61% 0.69% -
HSV(B) 321.65º 0.43% 0.88% -
XYZ 47.52 34.7 52.34 -
YUV 163.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 224 127 189 0 0.43 0.16 0.12 321.65 0.61 0.69
Hex E0 7F BD 0 2B 10 C 142 3D 45
Octal 340 177 275 0 53 20 14 502 75 105
Binary 11100000 1111111 10111101 0 101011 10000 1100 101000010 111101 1000101

Color Harmonies of #E07FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FBD

Black with #E07FBD

Text Example


Text Example

White with #E07FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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