Html Css Color HEX #E65274 Cranberry

📋 copy color: '#E65274'

red 230 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #E65274

Tints of Cranberry #E65274

RGB

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

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

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

R = 53.74%
G = 19.16%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E65274 (or 0xE65274) is known color: Cranberry. HEX triplet: E6, 52 and 74. RGB value is (230,82,116). Sum of RGB (Red+Green+Blue) = 230+82+116=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E65274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65274 is #19AD8B. Grayscale: #828282. Windows color (decimal): -1682828 or 7623398. OLE color: 7623398.

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

Color convert

RGB 230 82 116 -
CMYK 0 0.64 0.50 0.10
HSL 346.22º 0.75% 0.61% -
HSV(B) 346.22º 0.64% 0.9% -
XYZ 38.8 24.12 19.13 -
YUV 130.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 230 82 116 0 0.64 0.50 0.10 346.22 0.75 0.61
Hex E6 52 74 0 40 32 A 15A 4B 3D
Octal 346 122 164 0 100 62 12 532 113 75
Binary 11100110 1010010 1110100 0 1000000 110010 1010 101011010 1001011 111101

Color Harmonies of #E65274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65274

Black with #E65274

Text Example


Text Example

White with #E65274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65274; }

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

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

background-color css

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

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

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

border-color css

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

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

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