Html Css Color HEX #EB296B Cerise

📋 copy color: '#EB296B'

red 235 ◦ green 41 ◦ blue 107

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

Shades of Cerise #EB296B

Tints of Cerise #EB296B

RGB

 RED value IS 235 (92.19% from 255) = 61.36%

 GREEN value IS 41 (16.41% from 255) = 10.7%

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

R = 61.36%
G = 10.7%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB296B (or 0xEB296B) is known color: Cerise. HEX triplet: EB, 29 and 6B. RGB value is (235,41,107). Sum of RGB (Red+Green+Blue) = 235+41+107=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB296B is #14D694. Grayscale: #6A6A6A. Windows color (decimal): -1365653 or 7023083. OLE color: 7023083.

HSL color Cylindrical-coordinate representation of color #EB296B: hue angle of 339.59º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB296B is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 107 -
CMYK 0 0.83 0.54 0.08
HSL 339.59º 0.83% 0.54% -
HSV(B) 339.59º 0.83% 0.92% -
XYZ 37.71 20.31 15.84 -
YUV 106.53 128.27 219.63 -
System Red Green Blue C M Y K H S L
Decimal 235 41 107 0 0.83 0.54 0.08 339.59 0.83 0.54
Hex EB 29 6B 0 53 36 8 154 53 36
Octal 353 51 153 0 123 66 10 524 123 66
Binary 11101011 101001 1101011 0 1010011 110110 1000 101010100 1010011 110110

Color Harmonies of #EB296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB296B

Black with #EB296B

Text Example


Text Example

White with #EB296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB296B; }

 p { color: rgb(235,41,107); }

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

background-color css

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

 a { background-color: rgb(235,41,107); }

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

border-color css

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

 span { border-color: rgb(235,41,107); }

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