Html Css Color HEX #ED7FB0 Persian Pink

📋 copy color: '#ED7FB0'

red 237 ◦ green 127 ◦ blue 176

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

Shades of Persian Pink #ED7FB0

Tints of Persian Pink #ED7FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 43.89%
G = 23.52%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED7FB0 (or 0xED7FB0) is known color: Persian Pink. HEX triplet: ED, 7F and B0. RGB value is (237,127,176). Sum of RGB (Red+Green+Blue) = 237+127+176=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7FB0 is #12804F. Grayscale: #A5A5A5. Windows color (decimal): -1212496 or 11567085. OLE color: 11567085.

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

Color convert

RGB 237 127 176 -
CMYK 0 0.46 0.26 0.07
HSL 333.27º 0.75% 0.71% -
HSV(B) 333.27º 0.46% 0.93% -
XYZ 50.35 36.32 45.43 -
YUV 165.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 237 127 176 0 0.46 0.26 0.07 333.27 0.75 0.71
Hex ED 7F B0 0 2E 1A 7 14D 4B 47
Octal 355 177 260 0 56 32 7 515 113 107
Binary 11101101 1111111 10110000 0 101110 11010 111 101001101 1001011 1000111

Color Harmonies of #ED7FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FB0

Black with #ED7FB0

Text Example


Text Example

White with #ED7FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FB0; }

 p { color: rgb(237,127,176); }

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

background-color css

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

 a { background-color: rgb(237,127,176); }

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

border-color css

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

 span { border-color: rgb(237,127,176); }

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