Html Css Color HEX #E65075 Cranberry

📋 copy color: '#E65075'

red 230 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #E65075

Tints of Cranberry #E65075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 53.86%
G = 18.74%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E65075 (or 0xE65075) is known color: Cranberry. HEX triplet: E6, 50 and 75. RGB value is (230,80,117). Sum of RGB (Red+Green+Blue) = 230+80+117=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E65075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65075 is #19AF8A. Grayscale: #818181. Windows color (decimal): -1683339 or 7688422. OLE color: 7688422.

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

Color convert

RGB 230 80 117 -
CMYK 0 0.65 0.49 0.10
HSL 345.2º 0.75% 0.61% -
HSV(B) 345.2º 0.65% 0.9% -
XYZ 38.71 23.84 19.39 -
YUV 129.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 230 80 117 0 0.65 0.49 0.10 345.2 0.75 0.61
Hex E6 50 75 0 41 31 A 159 4B 3D
Octal 346 120 165 0 101 61 12 531 113 75
Binary 11100110 1010000 1110101 0 1000001 110001 1010 101011001 1001011 111101

Color Harmonies of #E65075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65075

Black with #E65075

Text Example


Text Example

White with #E65075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65075; }

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

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

background-color css

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

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

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

border-color css

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

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

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