Html Css Color HEX #EC358B Deep Cerise

📋 copy color: '#EC358B'

red 236 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #EC358B

Tints of Deep Cerise #EC358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.38%

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 55.14%
G = 12.38%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC358B (or 0xEC358B) is known color: Deep Cerise. HEX triplet: EC, 35 and 8B. RGB value is (236,53,139). Sum of RGB (Red+Green+Blue) = 236+53+139=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC358B is #13CA74. Grayscale: #757575. Windows color (decimal): -1297013 or 9123308. OLE color: 9123308.

HSL color Cylindrical-coordinate representation of color #EC358B: hue angle of 331.8º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC358B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 53 139 -
CMYK 0 0.78 0.41 0.07
HSL 331.8º 0.83% 0.57% -
HSV(B) 331.8º 0.78% 0.93% -
XYZ 40.53 22.24 26.58 -
YUV 117.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 236 53 139 0 0.78 0.41 0.07 331.8 0.83 0.57
Hex EC 35 8B 0 4E 29 7 14C 53 39
Octal 354 65 213 0 116 51 7 514 123 71
Binary 11101100 110101 10001011 0 1001110 101001 111 101001100 1010011 111001

Color Harmonies of #EC358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC358B

Black with #EC358B

Text Example


Text Example

White with #EC358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC358B; }

 p { color: rgb(236,53,139); }

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

background-color css

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

 a { background-color: rgb(236,53,139); }

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

border-color css

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

 span { border-color: rgb(236,53,139); }

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