Html Css Color HEX #E65070 Cranberry

📋 copy color: '#E65070'

red 230 ◦ green 80 ◦ blue 112

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

Shades of Cranberry #E65070

Tints of Cranberry #E65070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 54.5%
G = 18.96%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E65070 (or 0xE65070) is known color: Cranberry. HEX triplet: E6, 50 and 70. RGB value is (230,80,112). Sum of RGB (Red+Green+Blue) = 230+80+112=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E65070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65070 is #19AF8F. Grayscale: #808080. Windows color (decimal): -1683344 or 7360742. OLE color: 7360742.

HSL color Cylindrical-coordinate representation of color #E65070: hue angle of 347.2º 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 #E65070 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 112 -
CMYK 0 0.65 0.51 0.10
HSL 347.2º 0.75% 0.61% -
HSV(B) 347.2º 0.65% 0.9% -
XYZ 38.43 23.73 17.88 -
YUV 128.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 230 80 112 0 0.65 0.51 0.10 347.2 0.75 0.61
Hex E6 50 70 0 41 33 A 15B 4B 3D
Octal 346 120 160 0 101 63 12 533 113 75
Binary 11100110 1010000 1110000 0 1000001 110011 1010 101011011 1001011 111101

Color Harmonies of #E65070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65070

Black with #E65070

Text Example


Text Example

White with #E65070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65070; }

 p { color: rgb(230,80,112); }

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

background-color css

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

 a { background-color: rgb(230,80,112); }

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

border-color css

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

 span { border-color: rgb(230,80,112); }

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