Html Css Color HEX #EF625A Flamingo

📋 copy color: '#EF625A'

red 239 ◦ green 98 ◦ blue 90

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

Shades of Flamingo #EF625A

Tints of Flamingo #EF625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 55.97%
G = 22.95%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF625A (or 0xEF625A) is known color: Flamingo. HEX triplet: EF, 62 and 5A. RGB value is (239,98,90). Sum of RGB (Red+Green+Blue) = 239+98+90=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF625A is #109DA5. Grayscale: #8B8B8B. Windows color (decimal): -1088934 or 5923567. OLE color: 5923567.

HSL color Cylindrical-coordinate representation of color #EF625A: hue angle of 3.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF625A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 98 90 -
CMYK 0 0.59 0.62 0.06
HSL 3.22º 0.82% 0.65% -
HSV(B) 3.22º 0.62% 0.94% -
XYZ 41.81 27.82 12.84 -
YUV 139.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 239 98 90 0 0.59 0.62 0.06 3.22 0.82 0.65
Hex EF 62 5A 0 3B 3E 6 3 52 41
Octal 357 142 132 0 73 76 6 3 122 101
Binary 11101111 1100010 1011010 0 111011 111110 110 11 1010010 1000001

Color Harmonies of #EF625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF625A

Black with #EF625A

Text Example


Text Example

White with #EF625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF625A; }

 p { color: rgb(239,98,90); }

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

background-color css

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

 a { background-color: rgb(239,98,90); }

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

border-color css

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

 span { border-color: rgb(239,98,90); }

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