Html Css Color HEX #E6457A Cranberry

📋 copy color: '#E6457A'

red 230 ◦ green 69 ◦ blue 122

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

Shades of Cranberry #E6457A

Tints of Cranberry #E6457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

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

R = 54.63%
G = 16.39%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6457A (or 0xE6457A) is known color: Cranberry. HEX triplet: E6, 45 and 7A. RGB value is (230,69,122). Sum of RGB (Red+Green+Blue) = 230+69+122=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6457A is #19BA85. Grayscale: #7B7B7B. Windows color (decimal): -1686150 or 8013286. OLE color: 8013286.

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

Color convert

RGB 230 69 122 -
CMYK 0 0.7 0.47 0.10
HSL 340.25º 0.76% 0.59% -
HSV(B) 340.25º 0.7% 0.9% -
XYZ 38.27 22.48 20.74 -
YUV 123.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 230 69 122 0 0.7 0.47 0.10 340.25 0.76 0.59
Hex E6 45 7A 0 46 2F A 154 4C 3B
Octal 346 105 172 0 106 57 12 524 114 73
Binary 11100110 1000101 1111010 0 1000110 101111 1010 101010100 1001100 111011

Color Harmonies of #E6457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6457A

Black with #E6457A

Text Example


Text Example

White with #E6457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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