Html Css Color HEX #E93DFD Pink Flamingo

📋 copy color: '#E93DFD'

red 233 ◦ green 61 ◦ blue 253

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

Shades of Pink Flamingo #E93DFD

Tints of Pink Flamingo #E93DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.15%

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

R = 42.6%
G = 11.15%
B = 46.25%

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

#E93DFD (or 0xE93DFD) is known color: Pink Flamingo. HEX triplet: E9, 3D and FD. RGB value is (233,61,253). Sum of RGB (Red+Green+Blue) = 233+61+253=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 61 (24.22% from 255 or 11.15% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #E93DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E93DFD is #16C202. Grayscale: #858585. Windows color (decimal): -1491459 or 16596457. OLE color: 16596457.

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

Color convert

RGB 233 61 253 -
CMYK 0.08 0.76 0 0.01
HSL 293.75º 0.98% 0.62% -
HSV(B) 293.75º 0.76% 0.99% -
XYZ 53 27.75 95.49 -
YUV 134.32 194.98 198.39 -
System Red Green Blue C M Y K H S L
Decimal 233 61 253 0.08 0.76 0 0.01 293.75 0.98 0.62
Hex E9 3D FD 8 4C 0 1 126 62 3E
Octal 351 75 375 10 114 0 1 446 142 76
Binary 11101001 111101 11111101 1000 1001100 0 1 100100110 1100010 111110

Color Harmonies of #E93DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93DFD

Black with #E93DFD

Text Example


Text Example

White with #E93DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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