Html Css Color HEX #E33BAE Persian Rose

📋 copy color: '#E33BAE'

red 227 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #E33BAE

Tints of Persian Rose #E33BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.83%

R = 49.35%
G = 12.83%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E33BAE (or 0xE33BAE) is known color: Persian Rose. HEX triplet: E3, 3B and AE. RGB value is (227,59,174). Sum of RGB (Red+Green+Blue) = 227+59+174=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33BAE is #1CC451. Grayscale: #7A7A7A. Windows color (decimal): -1885266 or 11418595. OLE color: 11418595.

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

Color convert

RGB 227 59 174 -
CMYK 0 0.74 0.23 0.11
HSL 318.93º 0.75% 0.56% -
HSV(B) 318.93º 0.74% 0.89% -
XYZ 40.88 22.51 42.24 -
YUV 122.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 227 59 174 0 0.74 0.23 0.11 318.93 0.75 0.56
Hex E3 3B AE 0 4A 17 B 13F 4B 38
Octal 343 73 256 0 112 27 13 477 113 70
Binary 11100011 111011 10101110 0 1001010 10111 1011 100111111 1001011 111000

Color Harmonies of #E33BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33BAE

Black with #E33BAE

Text Example


Text Example

White with #E33BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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