Html Css Color HEX #ED71B9 Persian Pink

📋 copy color: '#ED71B9'

red 237 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #ED71B9

Tints of Persian Pink #ED71B9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.12%

 BLUE value IS 185 (72.66% from 255) = 34.58%

R = 44.3%
G = 21.12%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED71B9 (or 0xED71B9) is known color: Persian Pink. HEX triplet: ED, 71 and B9. RGB value is (237,113,185). Sum of RGB (Red+Green+Blue) = 237+113+185=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71B9 is #128E46. Grayscale: #9E9E9E. Windows color (decimal): -1216071 or 12153325. OLE color: 12153325.

HSL color Cylindrical-coordinate representation of color #ED71B9: hue angle of 325.16º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED71B9 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 185 -
CMYK 0 0.52 0.22 0.07
HSL 325.16º 0.78% 0.69% -
HSV(B) 325.16º 0.52% 0.93% -
XYZ 49.59 33.32 49.72 -
YUV 158.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 237 113 185 0 0.52 0.22 0.07 325.16 0.78 0.69
Hex ED 71 B9 0 34 16 7 145 4E 45
Octal 355 161 271 0 64 26 7 505 116 105
Binary 11101101 1110001 10111001 0 110100 10110 111 101000101 1001110 1000101

Color Harmonies of #ED71B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71B9

Black with #ED71B9

Text Example


Text Example

White with #ED71B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71B9; }

 p { color: rgb(237,113,185); }

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

background-color css

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

 a { background-color: rgb(237,113,185); }

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

border-color css

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

 span { border-color: rgb(237,113,185); }

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