Html Css Color HEX #EF6FFD Ultra Pink

📋 copy color: '#EF6FFD'

red 239 ◦ green 111 ◦ blue 253

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

Shades of Ultra Pink #EF6FFD

Tints of Ultra Pink #EF6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.41%

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

R = 39.64%
G = 18.41%
B = 41.96%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF6FFD (or 0xEF6FFD) is known color: Ultra Pink. HEX triplet: EF, 6F and FD. RGB value is (239,111,253). Sum of RGB (Red+Green+Blue) = 239+111+253=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 111 (43.75% from 255 or 18.41% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF6FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6FFD is #109002. Grayscale: #A5A5A5. Windows color (decimal): -1085443 or 16609263. OLE color: 16609263.

HSL color Cylindrical-coordinate representation of color #EF6FFD: hue angle of 294.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6FFD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 111 253 -
CMYK 0.06 0.56 0 0.01
HSL 294.08º 0.97% 0.71% -
HSV(B) 294.08º 0.56% 0.99% -
XYZ 59.01 36.81 96.92 -
YUV 165.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 239 111 253 0.06 0.56 0 0.01 294.08 0.97 0.71
Hex EF 6F FD 6 38 0 1 126 61 47
Octal 357 157 375 6 70 0 1 446 141 107
Binary 11101111 1101111 11111101 110 111000 0 1 100100110 1100001 1000111

Color Harmonies of #EF6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FFD

Black with #EF6FFD

Text Example


Text Example

White with #EF6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FFD; }

 p { color: rgb(239,111,253); }

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

background-color css

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

 a { background-color: rgb(239,111,253); }

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

border-color css

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

 span { border-color: rgb(239,111,253); }

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