Html Css Color HEX #E6307A Deep Cerise

📋 copy color: '#E6307A'

red 230 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #E6307A

Tints of Deep Cerise #E6307A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 57.5%
G = 12%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6307A (or 0xE6307A) is known color: Deep Cerise. HEX triplet: E6, 30 and 7A. RGB value is (230,48,122). Sum of RGB (Red+Green+Blue) = 230+48+122=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E6307A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6307A is #19CF85. Grayscale: #6E6E6E. Windows color (decimal): -1691526 or 8007910. OLE color: 8007910.

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

Color convert

RGB 230 48 122 -
CMYK 0 0.79 0.47 0.10
HSL 335.6º 0.78% 0.55% -
HSV(B) 335.6º 0.79% 0.9% -
XYZ 37.2 20.34 20.38 -
YUV 110.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 230 48 122 0 0.79 0.47 0.10 335.6 0.78 0.55
Hex E6 30 7A 0 4F 2F A 150 4E 37
Octal 346 60 172 0 117 57 12 520 116 67
Binary 11100110 110000 1111010 0 1001111 101111 1010 101010000 1001110 110111

Color Harmonies of #E6307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6307A

Black with #E6307A

Text Example


Text Example

White with #E6307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6307A; }

 p { color: rgb(230,48,122); }

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

background-color css

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

 a { background-color: rgb(230,48,122); }

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

border-color css

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

 span { border-color: rgb(230,48,122); }

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