Html Css Color HEX #ED299D Persian Rose

📋 copy color: '#ED299D'

red 237 ◦ green 41 ◦ blue 157

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

Shades of Persian Rose #ED299D

Tints of Persian Rose #ED299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.43%

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

R = 54.48%
G = 9.43%
B = 36.09%

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

#ED299D (or 0xED299D) is known color: Persian Rose. HEX triplet: ED, 29 and 9D. RGB value is (237,41,157). Sum of RGB (Red+Green+Blue) = 237+41+157=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED299D is #12D662. Grayscale: #707070. Windows color (decimal): -1234531 or 10299885. OLE color: 10299885.

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

Color convert

RGB 237 41 157 -
CMYK 0 0.83 0.34 0.07
HSL 324.49º 0.84% 0.55% -
HSV(B) 324.49º 0.83% 0.93% -
XYZ 41.8 22.02 33.95 -
YUV 112.83 152.93 216.57 -
System Red Green Blue C M Y K H S L
Decimal 237 41 157 0 0.83 0.34 0.07 324.49 0.84 0.55
Hex ED 29 9D 0 53 22 7 144 54 37
Octal 355 51 235 0 123 42 7 504 124 67
Binary 11101101 101001 10011101 0 1010011 100010 111 101000100 1010100 110111

Color Harmonies of #ED299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED299D

Black with #ED299D

Text Example


Text Example

White with #ED299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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