Html Css Color HEX #EF6769 Froly

📋 copy color: '#EF6769'

red 239 ◦ green 103 ◦ blue 105

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

Shades of Froly #EF6769

Tints of Froly #EF6769

RGB

 RED value IS 239 (93.75% from 255) = 53.47%

 GREEN value IS 103 (40.63% from 255) = 23.04%

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

R = 53.47%
G = 23.04%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF6769 (or 0xEF6769) is known color: Froly. HEX triplet: EF, 67 and 69. RGB value is (239,103,105). Sum of RGB (Red+Green+Blue) = 239+103+105=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6769 is #109896. Grayscale: #909090. Windows color (decimal): -1087639 or 6907887. OLE color: 6907887.

HSL color Cylindrical-coordinate representation of color #EF6769: hue angle of 359.12º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF6769 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 103 105 -
CMYK 0 0.57 0.56 0.06
HSL 359.12º 0.81% 0.67% -
HSV(B) 359.12º 0.57% 0.94% -
XYZ 43 29.07 16.71 -
YUV 143.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 239 103 105 0 0.57 0.56 0.06 359.12 0.81 0.67
Hex EF 67 69 0 39 38 6 167 51 43
Octal 357 147 151 0 71 70 6 547 121 103
Binary 11101111 1100111 1101001 0 111001 111000 110 101100111 1010001 1000011

Color Harmonies of #EF6769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6769

Black with #EF6769

Text Example


Text Example

White with #EF6769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6769; }

 p { color: rgb(239,103,105); }

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

background-color css

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

 a { background-color: rgb(239,103,105); }

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

border-color css

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

 span { border-color: rgb(239,103,105); }

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