Html Css Color HEX #EC267F Deep Cerise

📋 copy color: '#EC267F'

red 236 ◦ green 38 ◦ blue 127

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

Shades of Deep Cerise #EC267F

Tints of Deep Cerise #EC267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.48%

 BLUE value IS 127 (50% from 255) = 31.67%

R = 58.85%
G = 9.48%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC267F (or 0xEC267F) is known color: Deep Cerise. HEX triplet: EC, 26 and 7F. RGB value is (236,38,127). Sum of RGB (Red+Green+Blue) = 236+38+127=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC267F is #13D980. Grayscale: #6B6B6B. Windows color (decimal): -1300865 or 8333036. OLE color: 8333036.

HSL color Cylindrical-coordinate representation of color #EC267F: hue angle of 333.03º 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 #EC267F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 38 127 -
CMYK 0 0.84 0.46 0.07
HSL 333.03º 0.84% 0.54% -
HSV(B) 333.03º 0.84% 0.93% -
XYZ 39.12 20.75 22.02 -
YUV 107.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 236 38 127 0 0.84 0.46 0.07 333.03 0.84 0.54
Hex EC 26 7F 0 54 2E 7 14D 54 36
Octal 354 46 177 0 124 56 7 515 124 66
Binary 11101100 100110 1111111 0 1010100 101110 111 101001101 1010100 110110

Color Harmonies of #EC267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC267F

Black with #EC267F

Text Example


Text Example

White with #EC267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC267F; }

 p { color: rgb(236,38,127); }

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

background-color css

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

 a { background-color: rgb(236,38,127); }

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

border-color css

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

 span { border-color: rgb(236,38,127); }

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