Html Css Color HEX #ED309D Persian Rose

📋 copy color: '#ED309D'

red 237 ◦ green 48 ◦ blue 157

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

Shades of Persian Rose #ED309D

Tints of Persian Rose #ED309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 53.62%
G = 10.86%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED309D (or 0xED309D) is known color: Persian Rose. HEX triplet: ED, 30 and 9D. RGB value is (237,48,157). Sum of RGB (Red+Green+Blue) = 237+48+157=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED309D is #12CF62. Grayscale: #747474. Windows color (decimal): -1232739 or 10301677. OLE color: 10301677.

HSL color Cylindrical-coordinate representation of color #ED309D: hue angle of 325.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED309D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 157 -
CMYK 0 0.80 0.34 0.07
HSL 325.4º 0.84% 0.56% -
HSV(B) 325.4º 0.8% 0.93% -
XYZ 42.07 22.55 34.03 -
YUV 116.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 237 48 157 0 0.80 0.34 0.07 325.4 0.84 0.56
Hex ED 30 9D 0 50 22 7 145 54 38
Octal 355 60 235 0 120 42 7 505 124 70
Binary 11101101 110000 10011101 0 1010000 100010 111 101000101 1010100 111000

Color Harmonies of #ED309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED309D

Black with #ED309D

Text Example


Text Example

White with #ED309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED309D; }

 p { color: rgb(237,48,157); }

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

background-color css

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

 a { background-color: rgb(237,48,157); }

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

border-color css

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

 span { border-color: rgb(237,48,157); }

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