Html Css Color HEX #EF2EAF Persian Rose

📋 copy color: '#EF2EAF'

red 239 ◦ green 46 ◦ blue 175

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

Shades of Persian Rose #EF2EAF

Tints of Persian Rose #EF2EAF

RGB

 RED value IS 239 (93.75% from 255) = 51.96%

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

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

R = 51.96%
G = 10%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF2EAF (or 0xEF2EAF) is known color: Persian Rose. HEX triplet: EF, 2E and AF. RGB value is (239,46,175). Sum of RGB (Red+Green+Blue) = 239+46+175=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2EAF is #10D150. Grayscale: #767676. Windows color (decimal): -1102161 or 11480815. OLE color: 11480815.

HSL color Cylindrical-coordinate representation of color #EF2EAF: hue angle of 319.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EAF is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 46 175 -
CMYK 0 0.81 0.27 0.06
HSL 319.9º 0.86% 0.56% -
HSV(B) 319.9º 0.81% 0.94% -
XYZ 44.31 23.4 42.74 -
YUV 118.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 239 46 175 0 0.81 0.27 0.06 319.9 0.86 0.56
Hex EF 2E AF 0 51 1B 6 140 56 38
Octal 357 56 257 0 121 33 6 500 126 70
Binary 11101111 101110 10101111 0 1010001 11011 110 101000000 1010110 111000

Color Harmonies of #EF2EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EAF

Black with #EF2EAF

Text Example


Text Example

White with #EF2EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EAF; }

 p { color: rgb(239,46,175); }

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

background-color css

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

 a { background-color: rgb(239,46,175); }

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

border-color css

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

 span { border-color: rgb(239,46,175); }

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