Html Css Color HEX #E65B6B Froly

📋 copy color: '#E65B6B'

red 230 ◦ green 91 ◦ blue 107

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

Shades of Froly #E65B6B

Tints of Froly #E65B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25%

R = 53.74%
G = 21.26%
B = 25%

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

#E65B6B (or 0xE65B6B) is known color: Froly. HEX triplet: E6, 5B and 6B. RGB value is (230,91,107). Sum of RGB (Red+Green+Blue) = 230+91+107=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B6B is #19A494. Grayscale: #868686. Windows color (decimal): -1680533 or 7035878. OLE color: 7035878.

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

Color convert

RGB 230 91 107 -
CMYK 0 0.60 0.53 0.10
HSL 353.09º 0.74% 0.63% -
HSV(B) 353.09º 0.6% 0.9% -
XYZ 39.03 25.37 16.75 -
YUV 134.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 230 91 107 0 0.60 0.53 0.10 353.09 0.74 0.63
Hex E6 5B 6B 0 3C 35 A 161 4A 3F
Octal 346 133 153 0 74 65 12 541 112 77
Binary 11100110 1011011 1101011 0 111100 110101 1010 101100001 1001010 111111

Color Harmonies of #E65B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65B6B

Black with #E65B6B

Text Example


Text Example

White with #E65B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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