Html Css Color HEX #EF2AAC Persian Rose

📋 copy color: '#EF2AAC'

red 239 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #EF2AAC

Tints of Persian Rose #EF2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.27%

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 52.76%
G = 9.27%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF2AAC (or 0xEF2AAC) is known color: Persian Rose. HEX triplet: EF, 2A and AC. RGB value is (239,42,172). Sum of RGB (Red+Green+Blue) = 239+42+172=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2AAC is #10D553. Grayscale: #737373. Windows color (decimal): -1103188 or 11283183. OLE color: 11283183.

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

Color convert

RGB 239 42 172 -
CMYK 0 0.82 0.28 0.06
HSL 320.41º 0.86% 0.55% -
HSV(B) 320.41º 0.82% 0.94% -
XYZ 43.87 22.99 41.15 -
YUV 115.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 239 42 172 0 0.82 0.28 0.06 320.41 0.86 0.55
Hex EF 2A AC 0 52 1C 6 140 56 37
Octal 357 52 254 0 122 34 6 500 126 67
Binary 11101111 101010 10101100 0 1010010 11100 110 101000000 1010110 110111

Color Harmonies of #EF2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2AAC

Black with #EF2AAC

Text Example


Text Example

White with #EF2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2AAC; }

 p { color: rgb(239,42,172); }

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

background-color css

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

 a { background-color: rgb(239,42,172); }

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

border-color css

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

 span { border-color: rgb(239,42,172); }

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