Html Css Color HEX #ED2E9D Persian Rose

📋 copy color: '#ED2E9D'

red 237 ◦ green 46 ◦ blue 157

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

Shades of Persian Rose #ED2E9D

Tints of Persian Rose #ED2E9D

RGB

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

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

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

R = 53.86%
G = 10.45%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED2E9D (or 0xED2E9D) is known color: Persian Rose. HEX triplet: ED, 2E and 9D. RGB value is (237,46,157). Sum of RGB (Red+Green+Blue) = 237+46+157=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2E9D is #12D162. Grayscale: #737373. Windows color (decimal): -1233251 or 10301165. OLE color: 10301165.

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

Color convert

RGB 237 46 157 -
CMYK 0 0.81 0.34 0.07
HSL 325.13º 0.84% 0.55% -
HSV(B) 325.13º 0.81% 0.93% -
XYZ 41.99 22.39 34.01 -
YUV 115.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 237 46 157 0 0.81 0.34 0.07 325.13 0.84 0.55
Hex ED 2E 9D 0 51 22 7 145 54 37
Octal 355 56 235 0 121 42 7 505 124 67
Binary 11101101 101110 10011101 0 1010001 100010 111 101000101 1010100 110111

Color Harmonies of #ED2E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2E9D

Black with #ED2E9D

Text Example


Text Example

White with #ED2E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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