Html Css Color HEX #E33DAC Persian Rose

📋 copy color: '#E33DAC'

red 227 ◦ green 61 ◦ blue 172

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

Shades of Persian Rose #E33DAC

Tints of Persian Rose #E33DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 49.35%
G = 13.26%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E33DAC (or 0xE33DAC) is known color: Persian Rose. HEX triplet: E3, 3D and AC. RGB value is (227,61,172). Sum of RGB (Red+Green+Blue) = 227+61+172=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33DAC is #1CC253. Grayscale: #7B7B7B. Windows color (decimal): -1884756 or 11288035. OLE color: 11288035.

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

Color convert

RGB 227 61 172 -
CMYK 0 0.73 0.24 0.11
HSL 319.88º 0.75% 0.56% -
HSV(B) 319.88º 0.73% 0.89% -
XYZ 40.79 22.65 41.25 -
YUV 123.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 227 61 172 0 0.73 0.24 0.11 319.88 0.75 0.56
Hex E3 3D AC 0 49 18 B 140 4B 38
Octal 343 75 254 0 111 30 13 500 113 70
Binary 11100011 111101 10101100 0 1001001 11000 1011 101000000 1001011 111000

Color Harmonies of #E33DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33DAC

Black with #E33DAC

Text Example


Text Example

White with #E33DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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