Html Css Color HEX #EF258A Deep Cerise

📋 copy color: '#EF258A'

red 239 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #EF258A

Tints of Deep Cerise #EF258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.94%

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

R = 57.73%
G = 8.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF258A (or 0xEF258A) is known color: Deep Cerise. HEX triplet: EF, 25 and 8A. RGB value is (239,37,138). Sum of RGB (Red+Green+Blue) = 239+37+138=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF258A is #10DA75. Grayscale: #6C6C6C. Windows color (decimal): -1104502 or 9053679. OLE color: 9053679.

HSL color Cylindrical-coordinate representation of color #EF258A: hue angle of 330º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF258A is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 37 138 -
CMYK 0 0.85 0.42 0.06
HSL 330º 0.86% 0.54% -
HSV(B) 330º 0.85% 0.94% -
XYZ 40.85 21.51 26.04 -
YUV 108.91 144.42 220.79 -
System Red Green Blue C M Y K H S L
Decimal 239 37 138 0 0.85 0.42 0.06 330 0.86 0.54
Hex EF 25 8A 0 55 2A 6 14A 56 36
Octal 357 45 212 0 125 52 6 512 126 66
Binary 11101111 100101 10001010 0 1010101 101010 110 101001010 1010110 110110

Color Harmonies of #EF258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF258A

Black with #EF258A

Text Example


Text Example

White with #EF258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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