Html Css Color HEX #E33BAB Persian Rose

📋 copy color: '#E33BAB'

red 227 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #E33BAB

Tints of Persian Rose #E33BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

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

R = 49.67%
G = 12.91%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E33BAB (or 0xE33BAB) is known color: Persian Rose. HEX triplet: E3, 3B and AB. RGB value is (227,59,171). Sum of RGB (Red+Green+Blue) = 227+59+171=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33BAB is #1CC454. Grayscale: #797979. Windows color (decimal): -1885269 or 11221987. OLE color: 11221987.

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

Color convert

RGB 227 59 171 -
CMYK 0 0.74 0.25 0.11
HSL 320º 0.75% 0.56% -
HSV(B) 320º 0.74% 0.89% -
XYZ 40.59 22.4 40.71 -
YUV 122 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 227 59 171 0 0.74 0.25 0.11 320 0.75 0.56
Hex E3 3B AB 0 4A 19 B 140 4B 38
Octal 343 73 253 0 112 31 13 500 113 70
Binary 11100011 111011 10101011 0 1001010 11001 1011 101000000 1001011 111000

Color Harmonies of #E33BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33BAB

Black with #E33BAB

Text Example


Text Example

White with #E33BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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