Html Css Color HEX #ED7DBB Persian Pink

📋 copy color: '#ED7DBB'

red 237 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #ED7DBB

Tints of Persian Pink #ED7DBB

RGB

 RED value IS 237 (92.97% from 255) = 43.17%

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

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

R = 43.17%
G = 22.77%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED7DBB (or 0xED7DBB) is known color: Persian Pink. HEX triplet: ED, 7D and BB. RGB value is (237,125,187). Sum of RGB (Red+Green+Blue) = 237+125+187=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DBB is #128244. Grayscale: #A5A5A5. Windows color (decimal): -1212997 or 12287469. OLE color: 12287469.

HSL color Cylindrical-coordinate representation of color #ED7DBB: hue angle of 326.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DBB is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 187 -
CMYK 0 0.47 0.21 0.07
HSL 326.79º 0.76% 0.71% -
HSV(B) 326.79º 0.47% 0.93% -
XYZ 51.23 36.26 51.31 -
YUV 165.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 237 125 187 0 0.47 0.21 0.07 326.79 0.76 0.71
Hex ED 7D BB 0 2F 15 7 147 4C 47
Octal 355 175 273 0 57 25 7 507 114 107
Binary 11101101 1111101 10111011 0 101111 10101 111 101000111 1001100 1000111

Color Harmonies of #ED7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DBB

Black with #ED7DBB

Text Example


Text Example

White with #ED7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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