Html Css Color HEX #EF0A8A Deep Pink

📋 copy color: '#EF0A8A'

red 239 ◦ green 10 ◦ blue 138

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

Shades of Deep Pink #EF0A8A

Tints of Deep Pink #EF0A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 61.76%
G = 2.58%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF0A8A (or 0xEF0A8A) is known color: Deep Pink. HEX triplet: EF, 0A and 8A. RGB value is (239,10,138). Sum of RGB (Red+Green+Blue) = 239+10+138=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0A8A is #10F575. Grayscale: #5C5C5C. Windows color (decimal): -1111414 or 9046767. OLE color: 9046767.

HSL color Cylindrical-coordinate representation of color #EF0A8A: hue angle of 326.46º 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 #EF0A8A is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 138 -
CMYK 0 0.96 0.42 0.06
HSL 326.46º 0.92% 0.49% -
HSV(B) 326.46º 0.96% 0.94% -
XYZ 40.29 20.4 25.86 -
YUV 93.06 153.37 232.09 -
System Red Green Blue C M Y K H S L
Decimal 239 10 138 0 0.96 0.42 0.06 326.46 0.92 0.49
Hex EF A 8A 0 60 2A 6 146 5C 31
Octal 357 12 212 0 140 52 6 506 134 61
Binary 11101111 1010 10001010 0 1100000 101010 110 101000110 1011100 110001

Color Harmonies of #EF0A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A8A

Black with #EF0A8A

Text Example


Text Example

White with #EF0A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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