Html Css Color HEX #E65468 Cranberry

📋 copy color: '#E65468'

red 230 ◦ green 84 ◦ blue 104

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

Shades of Cranberry #E65468

Tints of Cranberry #E65468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 55.02%
G = 20.1%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E65468 (or 0xE65468) is known color: Cranberry. HEX triplet: E6, 54 and 68. RGB value is (230,84,104). Sum of RGB (Red+Green+Blue) = 230+84+104=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E65468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65468 is #19AB97. Grayscale: #828282. Windows color (decimal): -1682328 or 6837478. OLE color: 6837478.

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

Color convert

RGB 230 84 104 -
CMYK 0 0.63 0.55 0.10
HSL 351.78º 0.74% 0.62% -
HSV(B) 351.78º 0.63% 0.9% -
XYZ 38.3 24.16 15.74 -
YUV 129.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 230 84 104 0 0.63 0.55 0.10 351.78 0.74 0.62
Hex E6 54 68 0 3F 37 A 160 4A 3E
Octal 346 124 150 0 77 67 12 540 112 76
Binary 11100110 1010100 1101000 0 111111 110111 1010 101100000 1001010 111110

Color Harmonies of #E65468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65468

Black with #E65468

Text Example


Text Example

White with #E65468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65468; }

 p { color: rgb(230,84,104); }

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

background-color css

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

 a { background-color: rgb(230,84,104); }

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

border-color css

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

 span { border-color: rgb(230,84,104); }

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