Html Css Color HEX #E63AFF Pink Flamingo

📋 copy color: '#E63AFF'

red 230 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #E63AFF

Tints of Pink Flamingo #E63AFF

RGB

 RED value IS 230 (90.23% from 255) = 42.36%

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

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

R = 42.36%
G = 10.68%
B = 46.96%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E63AFF (or 0xE63AFF) is known color: Pink Flamingo. HEX triplet: E6, 3A and FF. RGB value is (230,58,255). Sum of RGB (Red+Green+Blue) = 230+58+255=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 58 (23.05% from 255 or 10.68% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #E63AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63AFF is #19C500. Grayscale: #838383. Windows color (decimal): -1688833 or 16726758. OLE color: 16726758.

HSL color Cylindrical-coordinate representation of color #E63AFF: hue angle of 292.39º 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 #E63AFF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 58 255 -
CMYK 0.10 0.77 0 0
HSL 292.39º 1% 0.61% -
HSV(B) 292.39º 0.77% 1% -
XYZ 52.2 27.07 97.08 -
YUV 131.89 197.48 197.98 -
System Red Green Blue C M Y K H S L
Decimal 230 58 255 0.10 0.77 0 0 292.39 1 0.61
Hex E6 3A FF A 4D 0 0 124 64 3D
Octal 346 72 377 12 115 0 0 444 144 75
Binary 11100110 111010 11111111 1010 1001101 0 0 100100100 1100100 111101

Color Harmonies of #E63AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AFF

Black with #E63AFF

Text Example


Text Example

White with #E63AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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