Html Css Color HEX #EF35FF Pink Flamingo

📋 copy color: '#EF35FF'

red 239 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #EF35FF

Tints of Pink Flamingo #EF35FF

RGB

 RED value IS 239 (93.75% from 255) = 43.69%

 GREEN value IS 53 (21.09% from 255) = 9.69%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 43.69%
G = 9.69%
B = 46.62%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF35FF (or 0xEF35FF) is known color: Pink Flamingo. HEX triplet: EF, 35 and FF. RGB value is (239,53,255). Sum of RGB (Red+Green+Blue) = 239+53+255=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 53 (21.09% from 255 or 9.69% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF35FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF35FF is #10CA00. Grayscale: #838383. Windows color (decimal): -1100289 or 16725487. OLE color: 16725487.

HSL color Cylindrical-coordinate representation of color #EF35FF: hue angle of 295.25º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF35FF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 53 255 -
CMYK 0.06 0.79 0 0
HSL 295.25º 1% 0.6% -
HSV(B) 295.25º 0.79% 1% -
XYZ 54.92 28.12 97.14 -
YUV 131.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 239 53 255 0.06 0.79 0 0 295.25 1 0.6
Hex EF 35 FF 6 4F 0 0 127 64 3C
Octal 357 65 377 6 117 0 0 447 144 74
Binary 11101111 110101 11111111 110 1001111 0 0 100100111 1100100 111100

Color Harmonies of #EF35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF35FF

Black with #EF35FF

Text Example


Text Example

White with #EF35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF35FF; }

 p { color: rgb(239,53,255); }

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

background-color css

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

 a { background-color: rgb(239,53,255); }

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

border-color css

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

 span { border-color: rgb(239,53,255); }

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