Html Css Color HEX #ED2FAF Persian Rose

📋 copy color: '#ED2FAF'

red 237 ◦ green 47 ◦ blue 175

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

Shades of Persian Rose #ED2FAF

Tints of Persian Rose #ED2FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.24%

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

R = 51.63%
G = 10.24%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED2FAF (or 0xED2FAF) is known color: Persian Rose. HEX triplet: ED, 2F and AF. RGB value is (237,47,175). Sum of RGB (Red+Green+Blue) = 237+47+175=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2FAF is #12D050. Grayscale: #767676. Windows color (decimal): -1232977 or 11481069. OLE color: 11481069.

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

Color convert

RGB 237 47 175 -
CMYK 0 0.80 0.26 0.07
HSL 319.58º 0.84% 0.56% -
HSV(B) 319.58º 0.8% 0.93% -
XYZ 43.68 23.13 42.72 -
YUV 118.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 237 47 175 0 0.80 0.26 0.07 319.58 0.84 0.56
Hex ED 2F AF 0 50 1A 7 140 54 38
Octal 355 57 257 0 120 32 7 500 124 70
Binary 11101101 101111 10101111 0 1010000 11010 111 101000000 1010100 111000

Color Harmonies of #ED2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FAF

Black with #ED2FAF

Text Example


Text Example

White with #ED2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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