Html Css Color HEX #E65273 Cranberry

📋 copy color: '#E65273'

red 230 ◦ green 82 ◦ blue 115

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

Shades of Cranberry #E65273

Tints of Cranberry #E65273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

 BLUE value IS 115 (45.31% from 255) = 26.93%

R = 53.86%
G = 19.2%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E65273 (or 0xE65273) is known color: Cranberry. HEX triplet: E6, 52 and 73. RGB value is (230,82,115). Sum of RGB (Red+Green+Blue) = 230+82+115=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E65273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65273 is #19AD8C. Grayscale: #828282. Windows color (decimal): -1682829 or 7557862. OLE color: 7557862.

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

Color convert

RGB 230 82 115 -
CMYK 0 0.64 0.5 0.10
HSL 346.62º 0.75% 0.61% -
HSV(B) 346.62º 0.64% 0.9% -
XYZ 38.74 24.1 18.83 -
YUV 130.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 230 82 115 0 0.64 0.5 0.10 346.62 0.75 0.61
Hex E6 52 73 0 40 32 A 15B 4B 3D
Octal 346 122 163 0 100 62 12 533 113 75
Binary 11100110 1010010 1110011 0 1000000 110010 1010 101011011 1001011 111101

Color Harmonies of #E65273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65273

Black with #E65273

Text Example


Text Example

White with #E65273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65273; }

 p { color: rgb(230,82,115); }

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

background-color css

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

 a { background-color: rgb(230,82,115); }

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

border-color css

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

 span { border-color: rgb(230,82,115); }

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