Html Css Color HEX #EF0A7B Deep Pink

📋 copy color: '#EF0A7B'

red 239 ◦ green 10 ◦ blue 123

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

Shades of Deep Pink #EF0A7B

Tints of Deep Pink #EF0A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.69%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 64.25%
G = 2.69%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF0A7B (or 0xEF0A7B) is known color: Deep Pink. HEX triplet: EF, 0A and 7B. RGB value is (239,10,123). Sum of RGB (Red+Green+Blue) = 239+10+123=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0A7B is #10F584. Grayscale: #5B5B5B. Windows color (decimal): -1111429 or 8063727. OLE color: 8063727.

HSL color Cylindrical-coordinate representation of color #EF0A7B: hue angle of 330.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A7B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 123 -
CMYK 0 0.96 0.49 0.06
HSL 330.39º 0.92% 0.49% -
HSV(B) 330.39º 0.96% 0.94% -
XYZ 39.28 20 20.53 -
YUV 91.35 145.87 233.31 -
System Red Green Blue C M Y K H S L
Decimal 239 10 123 0 0.96 0.49 0.06 330.39 0.92 0.49
Hex EF A 7B 0 60 31 6 14A 5C 31
Octal 357 12 173 0 140 61 6 512 134 61
Binary 11101111 1010 1111011 0 1100000 110001 110 101001010 1011100 110001

Color Harmonies of #EF0A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A7B

Black with #EF0A7B

Text Example


Text Example

White with #EF0A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A7B; }

 p { color: rgb(239,10,123); }

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

background-color css

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

 a { background-color: rgb(239,10,123); }

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

border-color css

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

 span { border-color: rgb(239,10,123); }

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