Html Css Color HEX #EF6B7A Froly

📋 copy color: '#EF6B7A'

red 239 ◦ green 107 ◦ blue 122

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

Shades of Froly #EF6B7A

Tints of Froly #EF6B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.86%

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 51.07%
G = 22.86%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF6B7A (or 0xEF6B7A) is known color: Froly. HEX triplet: EF, 6B and 7A. RGB value is (239,107,122). Sum of RGB (Red+Green+Blue) = 239+107+122=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B7A is #109485. Grayscale: #949494. Windows color (decimal): -1086598 or 8023023. OLE color: 8023023.

HSL color Cylindrical-coordinate representation of color #EF6B7A: hue angle of 353.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6B7A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 107 122 -
CMYK 0 0.55 0.49 0.06
HSL 353.18º 0.8% 0.68% -
HSV(B) 353.18º 0.55% 0.94% -
XYZ 44.37 30.27 21.92 -
YUV 148.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 239 107 122 0 0.55 0.49 0.06 353.18 0.8 0.68
Hex EF 6B 7A 0 37 31 6 161 50 44
Octal 357 153 172 0 67 61 6 541 120 104
Binary 11101111 1101011 1111010 0 110111 110001 110 101100001 1010000 1000100

Color Harmonies of #EF6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6B7A

Black with #EF6B7A

Text Example


Text Example

White with #EF6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6B7A; }

 p { color: rgb(239,107,122); }

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

background-color css

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

 a { background-color: rgb(239,107,122); }

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

border-color css

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

 span { border-color: rgb(239,107,122); }

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