Html Css Color HEX #E33DA8 Persian Rose

📋 copy color: '#E33DA8'

red 227 ◦ green 61 ◦ blue 168

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

Shades of Persian Rose #E33DA8

Tints of Persian Rose #E33DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 49.78%
G = 13.38%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E33DA8 (or 0xE33DA8) is known color: Persian Rose. HEX triplet: E3, 3D and A8. RGB value is (227,61,168). Sum of RGB (Red+Green+Blue) = 227+61+168=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33DA8 is #1CC257. Grayscale: #7A7A7A. Windows color (decimal): -1884760 or 11025891. OLE color: 11025891.

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

Color convert

RGB 227 61 168 -
CMYK 0 0.73 0.26 0.11
HSL 321.33º 0.75% 0.56% -
HSV(B) 321.33º 0.73% 0.89% -
XYZ 40.42 22.5 39.26 -
YUV 122.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 227 61 168 0 0.73 0.26 0.11 321.33 0.75 0.56
Hex E3 3D A8 0 49 1A B 141 4B 38
Octal 343 75 250 0 111 32 13 501 113 70
Binary 11100011 111101 10101000 0 1001001 11010 1011 101000001 1001011 111000

Color Harmonies of #E33DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33DA8

Black with #E33DA8

Text Example


Text Example

White with #E33DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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