Html Css Color HEX #ED1B9F Persian Rose

📋 copy color: '#ED1B9F'

red 237 ◦ green 27 ◦ blue 159

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

Shades of Persian Rose #ED1B9F

Tints of Persian Rose #ED1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.38%

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 56.03%
G = 6.38%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED1B9F (or 0xED1B9F) is known color: Persian Rose. HEX triplet: ED, 1B and 9F. RGB value is (237,27,159). Sum of RGB (Red+Green+Blue) = 237+27+159=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1B9F is #12E460. Grayscale: #686868. Windows color (decimal): -1238113 or 10427373. OLE color: 10427373.

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

Color convert

RGB 237 27 159 -
CMYK 0 0.89 0.33 0.07
HSL 322.29º 0.85% 0.52% -
HSV(B) 322.29º 0.89% 0.93% -
XYZ 41.57 21.29 34.72 -
YUV 104.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 237 27 159 0 0.89 0.33 0.07 322.29 0.85 0.52
Hex ED 1B 9F 0 59 21 7 142 55 34
Octal 355 33 237 0 131 41 7 502 125 64
Binary 11101101 11011 10011111 0 1011001 100001 111 101000010 1010101 110100

Color Harmonies of #ED1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1B9F

Black with #ED1B9F

Text Example


Text Example

White with #ED1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1B9F; }

 p { color: rgb(237,27,159); }

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

background-color css

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

 a { background-color: rgb(237,27,159); }

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

border-color css

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

 span { border-color: rgb(237,27,159); }

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