Html Css Color HEX #E33DAD Persian Rose

📋 copy color: '#E33DAD'

red 227 ◦ green 61 ◦ blue 173

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

Shades of Persian Rose #E33DAD

Tints of Persian Rose #E33DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 49.24%
G = 13.23%
B = 37.53%

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

#E33DAD (or 0xE33DAD) is known color: Persian Rose. HEX triplet: E3, 3D and AD. RGB value is (227,61,173). Sum of RGB (Red+Green+Blue) = 227+61+173=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33DAD is #1CC252. Grayscale: #7B7B7B. Windows color (decimal): -1884755 or 11353571. OLE color: 11353571.

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

Color convert

RGB 227 61 173 -
CMYK 0 0.73 0.24 0.11
HSL 319.52º 0.75% 0.56% -
HSV(B) 319.52º 0.73% 0.89% -
XYZ 40.89 22.69 41.76 -
YUV 123.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 227 61 173 0 0.73 0.24 0.11 319.52 0.75 0.56
Hex E3 3D AD 0 49 18 B 140 4B 38
Octal 343 75 255 0 111 30 13 500 113 70
Binary 11100011 111101 10101101 0 1001001 11000 1011 101000000 1001011 111000

Color Harmonies of #E33DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33DAD

Black with #E33DAD

Text Example


Text Example

White with #E33DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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