Html Css Color HEX #E6407A Cranberry

📋 copy color: '#E6407A'

red 230 ◦ green 64 ◦ blue 122

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

Shades of Cranberry #E6407A

Tints of Cranberry #E6407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

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

R = 55.29%
G = 15.38%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6407A (or 0xE6407A) is known color: Cranberry. HEX triplet: E6, 40 and 7A. RGB value is (230,64,122). Sum of RGB (Red+Green+Blue) = 230+64+122=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E6407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6407A is #19BF85. Grayscale: #787878. Windows color (decimal): -1687430 or 8012006. OLE color: 8012006.

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

Color convert

RGB 230 64 122 -
CMYK 0 0.72 0.47 0.10
HSL 339.04º 0.77% 0.58% -
HSV(B) 339.04º 0.72% 0.9% -
XYZ 37.98 21.89 20.64 -
YUV 120.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 230 64 122 0 0.72 0.47 0.10 339.04 0.77 0.58
Hex E6 40 7A 0 48 2F A 153 4D 3A
Octal 346 100 172 0 110 57 12 523 115 72
Binary 11100110 1000000 1111010 0 1001000 101111 1010 101010011 1001101 111010

Color Harmonies of #E6407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6407A

Black with #E6407A

Text Example


Text Example

White with #E6407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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