Html Css Color HEX #EE2FAC Persian Rose

📋 copy color: '#EE2FAC'

red 238 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #EE2FAC

Tints of Persian Rose #EE2FAC

RGB

 RED value IS 238 (93.36% from 255) = 52.08%

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

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

R = 52.08%
G = 10.28%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE2FAC (or 0xEE2FAC) is known color: Persian Rose. HEX triplet: EE, 2F and AC. RGB value is (238,47,172). Sum of RGB (Red+Green+Blue) = 238+47+172=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2FAC is #11D053. Grayscale: #767676. Windows color (decimal): -1167444 or 11284462. OLE color: 11284462.

HSL color Cylindrical-coordinate representation of color #EE2FAC: hue angle of 320.73º degrees, saturation: 0.85, 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 #EE2FAC is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 172 -
CMYK 0 0.80 0.28 0.07
HSL 320.73º 0.85% 0.56% -
HSV(B) 320.73º 0.8% 0.93% -
XYZ 43.72 23.19 41.2 -
YUV 118.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 238 47 172 0 0.80 0.28 0.07 320.73 0.85 0.56
Hex EE 2F AC 0 50 1C 7 141 55 38
Octal 356 57 254 0 120 34 7 501 125 70
Binary 11101110 101111 10101100 0 1010000 11100 111 101000001 1010101 111000

Color Harmonies of #EE2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FAC

Black with #EE2FAC

Text Example


Text Example

White with #EE2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FAC; }

 p { color: rgb(238,47,172); }

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

background-color css

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

 a { background-color: rgb(238,47,172); }

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

border-color css

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

 span { border-color: rgb(238,47,172); }

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