Html Css Color HEX #E63FFC Pink Flamingo

📋 copy color: '#E63FFC'

red 230 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #E63FFC

Tints of Pink Flamingo #E63FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.56%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 42.2%
G = 11.56%
B = 46.24%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E63FFC (or 0xE63FFC) is known color: Pink Flamingo. HEX triplet: E6, 3F and FC. RGB value is (230,63,252). Sum of RGB (Red+Green+Blue) = 230+63+252=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 63 (25% from 255 or 11.56% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #E63FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FFC is #19C003. Grayscale: #858585. Windows color (decimal): -1687556 or 16531430. OLE color: 16531430.

HSL color Cylindrical-coordinate representation of color #E63FFC: hue angle of 293.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63FFC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 63 252 -
CMYK 0.09 0.75 0 0.01
HSL 293.02º 0.97% 0.62% -
HSV(B) 293.02º 0.75% 0.99% -
XYZ 51.98 27.41 94.65 -
YUV 134.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 230 63 252 0.09 0.75 0 0.01 293.02 0.97 0.62
Hex E6 3F FC 9 4B 0 1 125 61 3E
Octal 346 77 374 11 113 0 1 445 141 76
Binary 11100110 111111 11111100 1001 1001011 0 1 100100101 1100001 111110

Color Harmonies of #E63FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63FFC

Black with #E63FFC

Text Example


Text Example

White with #E63FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63FFC; }

 p { color: rgb(230,63,252); }

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

background-color css

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

 a { background-color: rgb(230,63,252); }

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

border-color css

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

 span { border-color: rgb(230,63,252); }

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