Html Css Color HEX #ED289C Persian Rose

📋 copy color: '#ED289C'

red 237 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #ED289C

Tints of Persian Rose #ED289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 54.73%
G = 9.24%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED289C (or 0xED289C) is known color: Persian Rose. HEX triplet: ED, 28 and 9C. RGB value is (237,40,156). Sum of RGB (Red+Green+Blue) = 237+40+156=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED289C is #12D763. Grayscale: #6F6F6F. Windows color (decimal): -1234788 or 10234093. OLE color: 10234093.

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

Color convert

RGB 237 40 156 -
CMYK 0 0.83 0.34 0.07
HSL 324.67º 0.85% 0.54% -
HSV(B) 324.67º 0.83% 0.93% -
XYZ 41.68 21.92 33.49 -
YUV 112.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 237 40 156 0 0.83 0.34 0.07 324.67 0.85 0.54
Hex ED 28 9C 0 53 22 7 145 55 36
Octal 355 50 234 0 123 42 7 505 125 66
Binary 11101101 101000 10011100 0 1010011 100010 111 101000101 1010101 110110

Color Harmonies of #ED289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED289C

Black with #ED289C

Text Example


Text Example

White with #ED289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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