Html Css Color HEX #ED71BF Persian Pink

📋 copy color: '#ED71BF'

red 237 ◦ green 113 ◦ blue 191

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

Shades of Persian Pink #ED71BF

Tints of Persian Pink #ED71BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.3%

R = 43.81%
G = 20.89%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED71BF (or 0xED71BF) is known color: Persian Pink. HEX triplet: ED, 71 and BF. RGB value is (237,113,191). Sum of RGB (Red+Green+Blue) = 237+113+191=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71BF is #128E40. Grayscale: #9E9E9E. Windows color (decimal): -1216065 or 12546541. OLE color: 12546541.

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

Color convert

RGB 237 113 191 -
CMYK 0 0.52 0.19 0.07
HSL 322.26º 0.78% 0.69% -
HSV(B) 322.26º 0.52% 0.93% -
XYZ 50.23 33.58 53.12 -
YUV 158.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 237 113 191 0 0.52 0.19 0.07 322.26 0.78 0.69
Hex ED 71 BF 0 34 13 7 142 4E 45
Octal 355 161 277 0 64 23 7 502 116 105
Binary 11101101 1110001 10111111 0 110100 10011 111 101000010 1001110 1000101

Color Harmonies of #ED71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71BF

Black with #ED71BF

Text Example


Text Example

White with #ED71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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