Html Css Color HEX #EC257A Deep Cerise

📋 copy color: '#EC257A'

red 236 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #EC257A

Tints of Deep Cerise #EC257A

RGB

 RED value IS 236 (92.58% from 255) = 59.75%

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

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

R = 59.75%
G = 9.37%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC257A (or 0xEC257A) is known color: Deep Cerise. HEX triplet: EC, 25 and 7A. RGB value is (236,37,122). Sum of RGB (Red+Green+Blue) = 236+37+122=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC257A is #13DA85. Grayscale: #6A6A6A. Windows color (decimal): -1301126 or 8005100. OLE color: 8005100.

HSL color Cylindrical-coordinate representation of color #EC257A: hue angle of 334.37º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC257A is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 122 -
CMYK 0 0.84 0.48 0.07
HSL 334.37º 0.84% 0.54% -
HSV(B) 334.37º 0.84% 0.93% -
XYZ 38.77 20.56 20.34 -
YUV 106.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 236 37 122 0 0.84 0.48 0.07 334.37 0.84 0.54
Hex EC 25 7A 0 54 30 7 14E 54 36
Octal 354 45 172 0 124 60 7 516 124 66
Binary 11101100 100101 1111010 0 1010100 110000 111 101001110 1010100 110110

Color Harmonies of #EC257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC257A

Black with #EC257A

Text Example


Text Example

White with #EC257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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