Html Css Color HEX #E65174 Cranberry

📋 copy color: '#E65174'

red 230 ◦ green 81 ◦ blue 116

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

Shades of Cranberry #E65174

Tints of Cranberry #E65174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 53.86%
G = 18.97%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E65174 (or 0xE65174) is known color: Cranberry. HEX triplet: E6, 51 and 74. RGB value is (230,81,116). Sum of RGB (Red+Green+Blue) = 230+81+116=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E65174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65174 is #19AE8B. Grayscale: #818181. Windows color (decimal): -1683084 or 7623142. OLE color: 7623142.

HSL color Cylindrical-coordinate representation of color #E65174: hue angle of 345.91º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65174 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 116 -
CMYK 0 0.65 0.50 0.10
HSL 345.91º 0.75% 0.61% -
HSV(B) 345.91º 0.65% 0.9% -
XYZ 38.73 23.97 19.11 -
YUV 129.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 230 81 116 0 0.65 0.50 0.10 345.91 0.75 0.61
Hex E6 51 74 0 41 32 A 15A 4B 3D
Octal 346 121 164 0 101 62 12 532 113 75
Binary 11100110 1010001 1110100 0 1000001 110010 1010 101011010 1001011 111101

Color Harmonies of #E65174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65174

Black with #E65174

Text Example


Text Example

White with #E65174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65174; }

 p { color: rgb(230,81,116); }

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

background-color css

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

 a { background-color: rgb(230,81,116); }

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

border-color css

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

 span { border-color: rgb(230,81,116); }

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