Html Css Color HEX #EF33A1 Persian Rose

📋 copy color: '#EF33A1'

red 239 ◦ green 51 ◦ blue 161

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

Shades of Persian Rose #EF33A1

Tints of Persian Rose #EF33A1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.31%

 BLUE value IS 161 (63.28% from 255) = 35.7%

R = 52.99%
G = 11.31%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF33A1 (or 0xEF33A1) is known color: Persian Rose. HEX triplet: EF, 33 and A1. RGB value is (239,51,161). Sum of RGB (Red+Green+Blue) = 239+51+161=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF33A1 is #10CC5E. Grayscale: #777777. Windows color (decimal): -1100895 or 10564591. OLE color: 10564591.

HSL color Cylindrical-coordinate representation of color #EF33A1: hue angle of 324.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF33A1 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 161 -
CMYK 0 0.79 0.33 0.06
HSL 324.89º 0.85% 0.57% -
HSV(B) 324.89º 0.79% 0.94% -
XYZ 43.21 23.29 35.94 -
YUV 119.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 239 51 161 0 0.79 0.33 0.06 324.89 0.85 0.57
Hex EF 33 A1 0 4F 21 6 145 55 39
Octal 357 63 241 0 117 41 6 505 125 71
Binary 11101111 110011 10100001 0 1001111 100001 110 101000101 1010101 111001

Color Harmonies of #EF33A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33A1

Black with #EF33A1

Text Example


Text Example

White with #EF33A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33A1; }

 p { color: rgb(239,51,161); }

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

background-color css

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

 a { background-color: rgb(239,51,161); }

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

border-color css

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

 span { border-color: rgb(239,51,161); }

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