Html Css Color HEX #E33BA6 Persian Rose

📋 copy color: '#E33BA6'

red 227 ◦ green 59 ◦ blue 166

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

Shades of Persian Rose #E33BA6

Tints of Persian Rose #E33BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.73%

R = 50.22%
G = 13.05%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E33BA6 (or 0xE33BA6) is known color: Persian Rose. HEX triplet: E3, 3B and A6. RGB value is (227,59,166). Sum of RGB (Red+Green+Blue) = 227+59+166=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33BA6 is #1CC459. Grayscale: #797979. Windows color (decimal): -1885274 or 10894307. OLE color: 10894307.

HSL color Cylindrical-coordinate representation of color #E33BA6: hue angle of 321.79º 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 #E33BA6 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 59 166 -
CMYK 0 0.74 0.27 0.11
HSL 321.79º 0.75% 0.56% -
HSV(B) 321.79º 0.74% 0.89% -
XYZ 40.13 22.21 38.25 -
YUV 121.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 227 59 166 0 0.74 0.27 0.11 321.79 0.75 0.56
Hex E3 3B A6 0 4A 1B B 142 4B 38
Octal 343 73 246 0 112 33 13 502 113 70
Binary 11100011 111011 10100110 0 1001010 11011 1011 101000010 1001011 111000

Color Harmonies of #E33BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33BA6

Black with #E33BA6

Text Example


Text Example

White with #E33BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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