Html Css Color HEX #EF3085 Deep Cerise

📋 copy color: '#EF3085'

red 239 ◦ green 48 ◦ blue 133

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

Shades of Deep Cerise #EF3085

Tints of Deep Cerise #EF3085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.43%

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 56.9%
G = 11.43%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF3085 (or 0xEF3085) is known color: Deep Cerise. HEX triplet: EF, 30 and 85. RGB value is (239,48,133). Sum of RGB (Red+Green+Blue) = 239+48+133=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3085 is #10CF7A. Grayscale: #727272. Windows color (decimal): -1101691 or 8728815. OLE color: 8728815.

HSL color Cylindrical-coordinate representation of color #EF3085: hue angle of 333.3º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF3085 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 133 -
CMYK 0 0.80 0.44 0.06
HSL 333.3º 0.86% 0.56% -
HSV(B) 333.3º 0.8% 0.94% -
XYZ 40.89 22.16 24.31 -
YUV 114.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 239 48 133 0 0.80 0.44 0.06 333.3 0.86 0.56
Hex EF 30 85 0 50 2C 6 14D 56 38
Octal 357 60 205 0 120 54 6 515 126 70
Binary 11101111 110000 10000101 0 1010000 101100 110 101001101 1010110 111000

Color Harmonies of #EF3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3085

Black with #EF3085

Text Example


Text Example

White with #EF3085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3085; }

 p { color: rgb(239,48,133); }

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

background-color css

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

 a { background-color: rgb(239,48,133); }

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

border-color css

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

 span { border-color: rgb(239,48,133); }

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