Html Css Color HEX #E65B6D Froly

📋 copy color: '#E65B6D'

red 230 ◦ green 91 ◦ blue 109

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

Shades of Froly #E65B6D

Tints of Froly #E65B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 53.49%
G = 21.16%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E65B6D (or 0xE65B6D) is known color: Froly. HEX triplet: E6, 5B and 6D. RGB value is (230,91,109). Sum of RGB (Red+Green+Blue) = 230+91+109=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B6D is #19A492. Grayscale: #868686. Windows color (decimal): -1680531 or 7166950. OLE color: 7166950.

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

Color convert

RGB 230 91 109 -
CMYK 0 0.60 0.53 0.10
HSL 352.23º 0.74% 0.63% -
HSV(B) 352.23º 0.6% 0.9% -
XYZ 39.13 25.41 17.31 -
YUV 134.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 230 91 109 0 0.60 0.53 0.10 352.23 0.74 0.63
Hex E6 5B 6D 0 3C 35 A 160 4A 3F
Octal 346 133 155 0 74 65 12 540 112 77
Binary 11100110 1011011 1101101 0 111100 110101 1010 101100000 1001010 111111

Color Harmonies of #E65B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65B6D

Black with #E65B6D

Text Example


Text Example

White with #E65B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65B6D; }

 p { color: rgb(230,91,109); }

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

background-color css

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

 a { background-color: rgb(230,91,109); }

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

border-color css

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

 span { border-color: rgb(230,91,109); }

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