Html Css Color HEX #ED7DBE Persian Pink

📋 copy color: '#ED7DBE'

red 237 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #ED7DBE

Tints of Persian Pink #ED7DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 42.93%
G = 22.64%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED7DBE (or 0xED7DBE) is known color: Persian Pink. HEX triplet: ED, 7D and BE. RGB value is (237,125,190). Sum of RGB (Red+Green+Blue) = 237+125+190=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DBE is #128241. Grayscale: #A5A5A5. Windows color (decimal): -1212994 or 12484077. OLE color: 12484077.

HSL color Cylindrical-coordinate representation of color #ED7DBE: hue angle of 325.18º 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 #ED7DBE is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 190 -
CMYK 0 0.47 0.20 0.07
HSL 325.18º 0.76% 0.71% -
HSV(B) 325.18º 0.47% 0.93% -
XYZ 51.55 36.39 53.02 -
YUV 165.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 237 125 190 0 0.47 0.20 0.07 325.18 0.76 0.71
Hex ED 7D BE 0 2F 14 7 145 4C 47
Octal 355 175 276 0 57 24 7 505 114 107
Binary 11101101 1111101 10111110 0 101111 10100 111 101000101 1001100 1000111

Color Harmonies of #ED7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DBE

Black with #ED7DBE

Text Example


Text Example

White with #ED7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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