Html Css Color HEX #EB2675 Cerise

📋 copy color: '#EB2675'

red 235 ◦ green 38 ◦ blue 117

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

Shades of Cerise #EB2675

Tints of Cerise #EB2675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30%

R = 60.26%
G = 9.74%
B = 30%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB2675 (or 0xEB2675) is known color: Cerise. HEX triplet: EB, 26 and 75. RGB value is (235,38,117). Sum of RGB (Red+Green+Blue) = 235+38+117=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2675 is #14D98A. Grayscale: #696969. Windows color (decimal): -1366411 or 7677675. OLE color: 7677675.

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

Color convert

RGB 235 38 117 -
CMYK 0 0.84 0.50 0.08
HSL 335.94º 0.83% 0.54% -
HSV(B) 335.94º 0.84% 0.92% -
XYZ 38.16 20.33 18.74 -
YUV 105.91 134.27 220.08 -
System Red Green Blue C M Y K H S L
Decimal 235 38 117 0 0.84 0.50 0.08 335.94 0.83 0.54
Hex EB 26 75 0 54 32 8 150 53 36
Octal 353 46 165 0 124 62 10 520 123 66
Binary 11101011 100110 1110101 0 1010100 110010 1000 101010000 1010011 110110

Color Harmonies of #EB2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2675

Black with #EB2675

Text Example


Text Example

White with #EB2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2675; }

 p { color: rgb(235,38,117); }

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

background-color css

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

 a { background-color: rgb(235,38,117); }

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

border-color css

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

 span { border-color: rgb(235,38,117); }

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