Html Css Color HEX #E741FD Pink Flamingo

📋 copy color: '#E741FD'

red 231 ◦ green 65 ◦ blue 253

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

Shades of Pink Flamingo #E741FD

Tints of Pink Flamingo #E741FD

RGB

 RED value IS 231 (90.63% from 255) = 42.08%

 GREEN value IS 65 (25.78% from 255) = 11.84%

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

R = 42.08%
G = 11.84%
B = 46.08%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E741FD (or 0xE741FD) is known color: Pink Flamingo. HEX triplet: E7, 41 and FD. RGB value is (231,65,253). Sum of RGB (Red+Green+Blue) = 231+65+253=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #E741FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741FD is #18BE02. Grayscale: #878787. Windows color (decimal): -1621507 or 16597479. OLE color: 16597479.

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

Color convert

RGB 231 65 253 -
CMYK 0.09 0.74 0 0.01
HSL 292.98º 0.98% 0.62% -
HSV(B) 292.98º 0.74% 0.99% -
XYZ 52.57 27.86 95.54 -
YUV 136.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 231 65 253 0.09 0.74 0 0.01 292.98 0.98 0.62
Hex E7 41 FD 9 4A 0 1 125 62 3E
Octal 347 101 375 11 112 0 1 445 142 76
Binary 11100111 1000001 11111101 1001 1001010 0 1 100100101 1100010 111110

Color Harmonies of #E741FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741FD

Black with #E741FD

Text Example


Text Example

White with #E741FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741FD; }

 p { color: rgb(231,65,253); }

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

background-color css

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

 a { background-color: rgb(231,65,253); }

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

border-color css

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

 span { border-color: rgb(231,65,253); }

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