Html Css Color HEX #E65869 Froly

📋 copy color: '#E65869'

red 230 ◦ green 88 ◦ blue 105

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

Shades of Froly #E65869

Tints of Froly #E65869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

 BLUE value IS 105 (41.41% from 255) = 24.82%

R = 54.37%
G = 20.8%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E65869 (or 0xE65869) is known color: Froly. HEX triplet: E6, 58 and 69. RGB value is (230,88,105). Sum of RGB (Red+Green+Blue) = 230+88+105=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E65869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65869 is #19A796. Grayscale: #848484. Windows color (decimal): -1681303 or 6904038. OLE color: 6904038.

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

Color convert

RGB 230 88 105 -
CMYK 0 0.62 0.54 0.10
HSL 352.82º 0.74% 0.62% -
HSV(B) 352.82º 0.62% 0.9% -
XYZ 38.67 24.82 16.12 -
YUV 132.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 230 88 105 0 0.62 0.54 0.10 352.82 0.74 0.62
Hex E6 58 69 0 3E 36 A 161 4A 3E
Octal 346 130 151 0 76 66 12 541 112 76
Binary 11100110 1011000 1101001 0 111110 110110 1010 101100001 1001010 111110

Color Harmonies of #E65869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65869

Black with #E65869

Text Example


Text Example

White with #E65869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65869; }

 p { color: rgb(230,88,105); }

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

background-color css

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

 a { background-color: rgb(230,88,105); }

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

border-color css

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

 span { border-color: rgb(230,88,105); }

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