Html Css Color HEX #E65572 Cranberry

📋 copy color: '#E65572'

red 230 ◦ green 85 ◦ blue 114

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

Shades of Cranberry #E65572

Tints of Cranberry #E65572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 53.61%
G = 19.81%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E65572 (or 0xE65572) is known color: Cranberry. HEX triplet: E6, 55 and 72. RGB value is (230,85,114). Sum of RGB (Red+Green+Blue) = 230+85+114=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65572 is #19AA8D. Grayscale: #838383. Windows color (decimal): -1682062 or 7493094. OLE color: 7493094.

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

Color convert

RGB 230 85 114 -
CMYK 0 0.63 0.50 0.10
HSL 348º 0.74% 0.62% -
HSV(B) 348º 0.63% 0.9% -
XYZ 38.92 24.53 18.6 -
YUV 131.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 230 85 114 0 0.63 0.50 0.10 348 0.74 0.62
Hex E6 55 72 0 3F 32 A 15C 4A 3E
Octal 346 125 162 0 77 62 12 534 112 76
Binary 11100110 1010101 1110010 0 111111 110010 1010 101011100 1001010 111110

Color Harmonies of #E65572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65572

Black with #E65572

Text Example


Text Example

White with #E65572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65572; }

 p { color: rgb(230,85,114); }

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

background-color css

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

 a { background-color: rgb(230,85,114); }

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

border-color css

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

 span { border-color: rgb(230,85,114); }

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