Html Css Color HEX #E07DBB Persian Pink

📋 copy color: '#E07DBB'

red 224 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #E07DBB

Tints of Persian Pink #E07DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

 BLUE value IS 187 (73.44% from 255) = 34.89%

R = 41.79%
G = 23.32%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E07DBB (or 0xE07DBB) is known color: Persian Pink. HEX triplet: E0, 7D and BB. RGB value is (224,125,187). Sum of RGB (Red+Green+Blue) = 224+125+187=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DBB is #1F8244. Grayscale: #A1A1A1. Windows color (decimal): -2064965 or 12287456. OLE color: 12287456.

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

Color convert

RGB 224 125 187 -
CMYK 0 0.44 0.17 0.12
HSL 322.42º 0.61% 0.68% -
HSV(B) 322.42º 0.44% 0.88% -
XYZ 47.04 34.1 51.12 -
YUV 161.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 224 125 187 0 0.44 0.17 0.12 322.42 0.61 0.68
Hex E0 7D BB 0 2C 11 C 142 3D 44
Octal 340 175 273 0 54 21 14 502 75 104
Binary 11100000 1111101 10111011 0 101100 10001 1100 101000010 111101 1000100

Color Harmonies of #E07DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DBB

Black with #E07DBB

Text Example


Text Example

White with #E07DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DBB; }

 p { color: rgb(224,125,187); }

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

background-color css

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

 a { background-color: rgb(224,125,187); }

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

border-color css

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

 span { border-color: rgb(224,125,187); }

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