Html Css Color HEX #E6326B Cerise

📋 copy color: '#E6326B'

red 230 ◦ green 50 ◦ blue 107

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

Shades of Cerise #E6326B

Tints of Cerise #E6326B

RGB

 RED value IS 230 (90.23% from 255) = 59.43%

 GREEN value IS 50 (19.92% from 255) = 12.92%

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

R = 59.43%
G = 12.92%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6326B (or 0xE6326B) is known color: Cerise. HEX triplet: E6, 32 and 6B. RGB value is (230,50,107). Sum of RGB (Red+Green+Blue) = 230+50+107=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6326B is #19CD94. Grayscale: #6E6E6E. Windows color (decimal): -1691029 or 7025382. OLE color: 7025382.

HSL color Cylindrical-coordinate representation of color #E6326B: hue angle of 341º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6326B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 107 -
CMYK 0 0.78 0.53 0.10
HSL 341º 0.78% 0.55% -
HSV(B) 341º 0.78% 0.9% -
XYZ 36.43 20.17 15.88 -
YUV 110.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 230 50 107 0 0.78 0.53 0.10 341 0.78 0.55
Hex E6 32 6B 0 4E 35 A 155 4E 37
Octal 346 62 153 0 116 65 12 525 116 67
Binary 11100110 110010 1101011 0 1001110 110101 1010 101010101 1001110 110111

Color Harmonies of #E6326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6326B

Black with #E6326B

Text Example


Text Example

White with #E6326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6326B; }

 p { color: rgb(230,50,107); }

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

background-color css

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

 a { background-color: rgb(230,50,107); }

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

border-color css

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

 span { border-color: rgb(230,50,107); }

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