Html Css Color HEX #E33FAB Persian Rose

📋 copy color: '#E33FAB'

red 227 ◦ green 63 ◦ blue 171

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

Shades of Persian Rose #E33FAB

Tints of Persian Rose #E33FAB

RGB

 RED value IS 227 (89.06% from 255) = 49.24%

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 49.24%
G = 13.67%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E33FAB (or 0xE33FAB) is known color: Persian Rose. HEX triplet: E3, 3F and AB. RGB value is (227,63,171). Sum of RGB (Red+Green+Blue) = 227+63+171=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E33FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33FAB is #1CC054. Grayscale: #7C7C7C. Windows color (decimal): -1884245 or 11223011. OLE color: 11223011.

HSL color Cylindrical-coordinate representation of color #E33FAB: hue angle of 320.49º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E33FAB is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 63 171 -
CMYK 0 0.72 0.25 0.11
HSL 320.49º 0.75% 0.57% -
HSV(B) 320.49º 0.72% 0.89% -
XYZ 40.81 22.83 40.78 -
YUV 124.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 227 63 171 0 0.72 0.25 0.11 320.49 0.75 0.57
Hex E3 3F AB 0 48 19 B 140 4B 39
Octal 343 77 253 0 110 31 13 500 113 71
Binary 11100011 111111 10101011 0 1001000 11001 1011 101000000 1001011 111001

Color Harmonies of #E33FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33FAB

Black with #E33FAB

Text Example


Text Example

White with #E33FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33FAB; }

 p { color: rgb(227,63,171); }

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

background-color css

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

 a { background-color: rgb(227,63,171); }

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

border-color css

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

 span { border-color: rgb(227,63,171); }

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