Html Css Color HEX #ED36AF Persian Rose

📋 copy color: '#ED36AF'

red 237 ◦ green 54 ◦ blue 175

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

Shades of Persian Rose #ED36AF

Tints of Persian Rose #ED36AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.59%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 50.86%
G = 11.59%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED36AF (or 0xED36AF) is known color: Persian Rose. HEX triplet: ED, 36 and AF. RGB value is (237,54,175). Sum of RGB (Red+Green+Blue) = 237+54+175=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED36AF is #12C950. Grayscale: #7A7A7A. Windows color (decimal): -1231185 or 11482861. OLE color: 11482861.

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

Color convert

RGB 237 54 175 -
CMYK 0 0.77 0.26 0.07
HSL 320.33º 0.84% 0.57% -
HSV(B) 320.33º 0.77% 0.93% -
XYZ 43.98 23.74 42.82 -
YUV 122.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 237 54 175 0 0.77 0.26 0.07 320.33 0.84 0.57
Hex ED 36 AF 0 4D 1A 7 140 54 39
Octal 355 66 257 0 115 32 7 500 124 71
Binary 11101101 110110 10101111 0 1001101 11010 111 101000000 1010100 111001

Color Harmonies of #ED36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED36AF

Black with #ED36AF

Text Example


Text Example

White with #ED36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED36AF; }

 p { color: rgb(237,54,175); }

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

background-color css

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

 a { background-color: rgb(237,54,175); }

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

border-color css

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

 span { border-color: rgb(237,54,175); }

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