Html Css Color HEX #EF257A Deep Cerise

📋 copy color: '#EF257A'

red 239 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #EF257A

Tints of Deep Cerise #EF257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 60.05%
G = 9.3%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF257A (or 0xEF257A) is known color: Deep Cerise. HEX triplet: EF, 25 and 7A. RGB value is (239,37,122). Sum of RGB (Red+Green+Blue) = 239+37+122=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF257A is #10DA85. Grayscale: #6A6A6A. Windows color (decimal): -1104518 or 8005103. OLE color: 8005103.

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

Color convert

RGB 239 37 122 -
CMYK 0 0.85 0.49 0.06
HSL 334.75º 0.86% 0.54% -
HSV(B) 334.75º 0.85% 0.94% -
XYZ 39.77 21.08 20.38 -
YUV 107.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 239 37 122 0 0.85 0.49 0.06 334.75 0.86 0.54
Hex EF 25 7A 0 55 31 6 14F 56 36
Octal 357 45 172 0 125 61 6 517 126 66
Binary 11101111 100101 1111010 0 1010101 110001 110 101001111 1010110 110110

Color Harmonies of #EF257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF257A

Black with #EF257A

Text Example


Text Example

White with #EF257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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