Html Css Color HEX #E33AFF Pink Flamingo

📋 copy color: '#E33AFF'

red 227 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #E33AFF

Tints of Pink Flamingo #E33AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.74%

 BLUE value IS 255 (100% from 255) = 47.22%

R = 42.04%
G = 10.74%
B = 47.22%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E33AFF (or 0xE33AFF) is known color: Pink Flamingo. HEX triplet: E3, 3A and FF. RGB value is (227,58,255). Sum of RGB (Red+Green+Blue) = 227+58+255=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 58 (23.05% from 255 or 10.74% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #E33AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33AFF is #1CC500. Grayscale: #828282. Windows color (decimal): -1885441 or 16726755. OLE color: 16726755.

HSL color Cylindrical-coordinate representation of color #E33AFF: hue angle of 291.47º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E33AFF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 58 255 -
CMYK 0.11 0.77 0 0
HSL 291.47º 1% 0.61% -
HSV(B) 291.47º 0.77% 1% -
XYZ 51.24 26.58 97.04 -
YUV 130.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 227 58 255 0.11 0.77 0 0 291.47 1 0.61
Hex E3 3A FF B 4D 0 0 123 64 3D
Octal 343 72 377 13 115 0 0 443 144 75
Binary 11100011 111010 11111111 1011 1001101 0 0 100100011 1100100 111101

Color Harmonies of #E33AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33AFF

Black with #E33AFF

Text Example


Text Example

White with #E33AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33AFF; }

 p { color: rgb(227,58,255); }

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

background-color css

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

 a { background-color: rgb(227,58,255); }

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

border-color css

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

 span { border-color: rgb(227,58,255); }

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