Html Css Color HEX #E93CFD Pink Flamingo

📋 copy color: '#E93CFD'

red 233 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #E93CFD

Tints of Pink Flamingo #E93CFD

RGB

 RED value IS 233 (91.41% from 255) = 42.67%

 GREEN value IS 60 (23.83% from 255) = 10.99%

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 42.67%
G = 10.99%
B = 46.34%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E93CFD (or 0xE93CFD) is known color: Pink Flamingo. HEX triplet: E9, 3C and FD. RGB value is (233,60,253). Sum of RGB (Red+Green+Blue) = 233+60+253=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 60 (23.83% from 255 or 10.99% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #E93CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E93CFD is #16C302. Grayscale: #858585. Windows color (decimal): -1491715 or 16596201. OLE color: 16596201.

HSL color Cylindrical-coordinate representation of color #E93CFD: hue angle of 293.78º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E93CFD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 60 253 -
CMYK 0.08 0.76 0 0.01
HSL 293.78º 0.98% 0.61% -
HSV(B) 293.78º 0.76% 0.99% -
XYZ 52.95 27.65 95.47 -
YUV 133.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 233 60 253 0.08 0.76 0 0.01 293.78 0.98 0.61
Hex E9 3C FD 8 4C 0 1 126 62 3D
Octal 351 74 375 10 114 0 1 446 142 75
Binary 11101001 111100 11111101 1000 1001100 0 1 100100110 1100010 111101

Color Harmonies of #E93CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93CFD

Black with #E93CFD

Text Example


Text Example

White with #E93CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93CFD; }

 p { color: rgb(233,60,253); }

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

background-color css

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

 a { background-color: rgb(233,60,253); }

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

border-color css

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

 span { border-color: rgb(233,60,253); }

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