Html Css Color HEX #EF328A Deep Cerise

📋 copy color: '#EF328A'

red 239 ◦ green 50 ◦ blue 138

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

Shades of Deep Cerise #EF328A

Tints of Deep Cerise #EF328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.71%

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

R = 55.97%
G = 11.71%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF328A (or 0xEF328A) is known color: Deep Cerise. HEX triplet: EF, 32 and 8A. RGB value is (239,50,138). Sum of RGB (Red+Green+Blue) = 239+50+138=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF328A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF328A is #10CD75. Grayscale: #747474. Windows color (decimal): -1101174 or 9057007. OLE color: 9057007.

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

Color convert

RGB 239 50 138 -
CMYK 0 0.79 0.42 0.06
HSL 332.06º 0.86% 0.57% -
HSV(B) 332.06º 0.79% 0.94% -
XYZ 41.32 22.47 26.2 -
YUV 116.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 239 50 138 0 0.79 0.42 0.06 332.06 0.86 0.57
Hex EF 32 8A 0 4F 2A 6 14C 56 39
Octal 357 62 212 0 117 52 6 514 126 71
Binary 11101111 110010 10001010 0 1001111 101010 110 101001100 1010110 111001

Color Harmonies of #EF328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF328A

Black with #EF328A

Text Example


Text Example

White with #EF328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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