Html Css Color HEX #ED20A3 Persian Rose

📋 copy color: '#ED20A3'

red 237 ◦ green 32 ◦ blue 163

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

Shades of Persian Rose #ED20A3

Tints of Persian Rose #ED20A3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.41%

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 54.86%
G = 7.41%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED20A3 (or 0xED20A3) is known color: Persian Rose. HEX triplet: ED, 20 and A3. RGB value is (237,32,163). Sum of RGB (Red+Green+Blue) = 237+32+163=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED20A3 is #12DF5C. Grayscale: #6B6B6B. Windows color (decimal): -1236829 or 10690797. OLE color: 10690797.

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

Color convert

RGB 237 32 163 -
CMYK 0 0.86 0.31 0.07
HSL 321.66º 0.85% 0.53% -
HSV(B) 321.66º 0.86% 0.93% -
XYZ 42.05 21.68 36.62 -
YUV 108.23 158.92 219.85 -
System Red Green Blue C M Y K H S L
Decimal 237 32 163 0 0.86 0.31 0.07 321.66 0.85 0.53
Hex ED 20 A3 0 56 1F 7 142 55 35
Octal 355 40 243 0 126 37 7 502 125 65
Binary 11101101 100000 10100011 0 1010110 11111 111 101000010 1010101 110101

Color Harmonies of #ED20A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20A3

Black with #ED20A3

Text Example


Text Example

White with #ED20A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20A3; }

 p { color: rgb(237,32,163); }

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

background-color css

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

 a { background-color: rgb(237,32,163); }

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

border-color css

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

 span { border-color: rgb(237,32,163); }

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