Html Css Color HEX #ED239E Persian Rose

📋 copy color: '#ED239E'

red 237 ◦ green 35 ◦ blue 158

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

Shades of Persian Rose #ED239E

Tints of Persian Rose #ED239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.14%

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 55.12%
G = 8.14%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED239E (or 0xED239E) is known color: Persian Rose. HEX triplet: ED, 23 and 9E. RGB value is (237,35,158). Sum of RGB (Red+Green+Blue) = 237+35+158=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED239E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED239E is #12DC61. Grayscale: #6D6D6D. Windows color (decimal): -1236066 or 10363885. OLE color: 10363885.

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

Color convert

RGB 237 35 158 -
CMYK 0 0.85 0.33 0.07
HSL 323.47º 0.85% 0.53% -
HSV(B) 323.47º 0.85% 0.93% -
XYZ 41.7 21.68 34.33 -
YUV 109.42 155.42 219 -
System Red Green Blue C M Y K H S L
Decimal 237 35 158 0 0.85 0.33 0.07 323.47 0.85 0.53
Hex ED 23 9E 0 55 21 7 143 55 35
Octal 355 43 236 0 125 41 7 503 125 65
Binary 11101101 100011 10011110 0 1010101 100001 111 101000011 1010101 110101

Color Harmonies of #ED239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED239E

Black with #ED239E

Text Example


Text Example

White with #ED239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED239E; }

 p { color: rgb(237,35,158); }

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

background-color css

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

 a { background-color: rgb(237,35,158); }

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

border-color css

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

 span { border-color: rgb(237,35,158); }

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