Html Css Color HEX #E652FA Pink Flamingo

📋 copy color: '#E652FA'

red 230 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #E652FA

Tints of Pink Flamingo #E652FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.59%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 40.93%
G = 14.59%
B = 44.48%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E652FA (or 0xE652FA) is known color: Pink Flamingo. HEX triplet: E6, 52 and FA. RGB value is (230,82,250). Sum of RGB (Red+Green+Blue) = 230+82+250=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #E652FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E652FA is #19AD05. Grayscale: #909090. Windows color (decimal): -1682694 or 16405222. OLE color: 16405222.

HSL color Cylindrical-coordinate representation of color #E652FA: hue angle of 292.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E652FA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 82 250 -
CMYK 0.08 0.67 0 0.02
HSL 292.86º 0.94% 0.65% -
HSV(B) 292.86º 0.67% 0.98% -
XYZ 52.91 29.76 93.4 -
YUV 145.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 230 82 250 0.08 0.67 0 0.02 292.86 0.94 0.65
Hex E6 52 FA 8 43 0 2 125 5E 41
Octal 346 122 372 10 103 0 2 445 136 101
Binary 11100110 1010010 11111010 1000 1000011 0 10 100100101 1011110 1000001

Color Harmonies of #E652FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E652FA

Black with #E652FA

Text Example


Text Example

White with #E652FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E652FA; }

 p { color: rgb(230,82,250); }

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

background-color css

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

 a { background-color: rgb(230,82,250); }

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

border-color css

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

 span { border-color: rgb(230,82,250); }

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