Html Css Color HEX #ED289F Persian Rose

📋 copy color: '#ED289F'

red 237 ◦ green 40 ◦ blue 159

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

Shades of Persian Rose #ED289F

Tints of Persian Rose #ED289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

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

R = 54.36%
G = 9.17%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED289F (or 0xED289F) is known color: Persian Rose. HEX triplet: ED, 28 and 9F. RGB value is (237,40,159). Sum of RGB (Red+Green+Blue) = 237+40+159=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED289F is #12D760. Grayscale: #707070. Windows color (decimal): -1234785 or 10430701. OLE color: 10430701.

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

Color convert

RGB 237 40 159 -
CMYK 0 0.83 0.33 0.07
HSL 323.76º 0.85% 0.54% -
HSV(B) 323.76º 0.83% 0.93% -
XYZ 41.94 22.03 34.84 -
YUV 112.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 237 40 159 0 0.83 0.33 0.07 323.76 0.85 0.54
Hex ED 28 9F 0 53 21 7 144 55 36
Octal 355 50 237 0 123 41 7 504 125 66
Binary 11101101 101000 10011111 0 1010011 100001 111 101000100 1010101 110110

Color Harmonies of #ED289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED289F

Black with #ED289F

Text Example


Text Example

White with #ED289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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