Html Css Color HEX #E33DAB Persian Rose

📋 copy color: '#E33DAB'

red 227 ◦ green 61 ◦ blue 171

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

Shades of Persian Rose #E33DAB

Tints of Persian Rose #E33DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.29%

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

R = 49.46%
G = 13.29%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E33DAB (or 0xE33DAB) is known color: Persian Rose. HEX triplet: E3, 3D and AB. RGB value is (227,61,171). Sum of RGB (Red+Green+Blue) = 227+61+171=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33DAB is #1CC254. Grayscale: #7A7A7A. Windows color (decimal): -1884757 or 11222499. OLE color: 11222499.

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

Color convert

RGB 227 61 171 -
CMYK 0 0.73 0.25 0.11
HSL 320.24º 0.75% 0.56% -
HSV(B) 320.24º 0.73% 0.89% -
XYZ 40.7 22.61 40.75 -
YUV 123.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 227 61 171 0 0.73 0.25 0.11 320.24 0.75 0.56
Hex E3 3D AB 0 49 19 B 140 4B 38
Octal 343 75 253 0 111 31 13 500 113 70
Binary 11100011 111101 10101011 0 1001001 11001 1011 101000000 1001011 111000

Color Harmonies of #E33DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33DAB

Black with #E33DAB

Text Example


Text Example

White with #E33DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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