Html Css Color HEX #E13F6B Cerise

📋 copy color: '#E13F6B'

red 225 ◦ green 63 ◦ blue 107

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

Shades of Cerise #E13F6B

Tints of Cerise #E13F6B

RGB

 RED value IS 225 (88.28% from 255) = 56.96%

 GREEN value IS 63 (25% from 255) = 15.95%

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 56.96%
G = 15.95%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E13F6B (or 0xE13F6B) is known color: Cerise. HEX triplet: E1, 3F and 6B. RGB value is (225,63,107). Sum of RGB (Red+Green+Blue) = 225+63+107=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F6B is #1EC094. Grayscale: #747474. Windows color (decimal): -2015381 or 7028705. OLE color: 7028705.

HSL color Cylindrical-coordinate representation of color #E13F6B: hue angle of 343.7º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13F6B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 63 107 -
CMYK 0 0.72 0.52 0.12
HSL 343.7º 0.73% 0.56% -
HSV(B) 343.7º 0.72% 0.88% -
XYZ 35.48 20.62 16.02 -
YUV 116.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 225 63 107 0 0.72 0.52 0.12 343.7 0.73 0.56
Hex E1 3F 6B 0 48 34 C 158 49 38
Octal 341 77 153 0 110 64 14 530 111 70
Binary 11100001 111111 1101011 0 1001000 110100 1100 101011000 1001001 111000

Color Harmonies of #E13F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F6B

Black with #E13F6B

Text Example


Text Example

White with #E13F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F6B; }

 p { color: rgb(225,63,107); }

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

background-color css

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

 a { background-color: rgb(225,63,107); }

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

border-color css

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

 span { border-color: rgb(225,63,107); }

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