Html Css Color HEX #ED2EA3 Persian Rose

📋 copy color: '#ED2EA3'

red 237 ◦ green 46 ◦ blue 163

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

Shades of Persian Rose #ED2EA3

Tints of Persian Rose #ED2EA3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.31%

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

R = 53.14%
G = 10.31%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED2EA3 (or 0xED2EA3) is known color: Persian Rose. HEX triplet: ED, 2E and A3. RGB value is (237,46,163). Sum of RGB (Red+Green+Blue) = 237+46+163=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2EA3 is #12D15C. Grayscale: #747474. Windows color (decimal): -1233245 or 10694381. OLE color: 10694381.

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

Color convert

RGB 237 46 163 -
CMYK 0 0.81 0.31 0.07
HSL 323.25º 0.84% 0.55% -
HSV(B) 323.25º 0.81% 0.93% -
XYZ 42.51 22.6 36.77 -
YUV 116.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 237 46 163 0 0.81 0.31 0.07 323.25 0.84 0.55
Hex ED 2E A3 0 51 1F 7 143 54 37
Octal 355 56 243 0 121 37 7 503 124 67
Binary 11101101 101110 10100011 0 1010001 11111 111 101000011 1010100 110111

Color Harmonies of #ED2EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2EA3

Black with #ED2EA3

Text Example


Text Example

White with #ED2EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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