Html Css Color HEX #EF7F86 Carissma

📋 copy color: '#EF7F86'

red 239 ◦ green 127 ◦ blue 134

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

Shades of Carissma #EF7F86

Tints of Carissma #EF7F86

RGB

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

 GREEN value IS 127 (50% from 255) = 25.4%

 BLUE value IS 134 (52.73% from 255) = 26.8%

R = 47.8%
G = 25.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF7F86 (or 0xEF7F86) is known color: Carissma. HEX triplet: EF, 7F and 86. RGB value is (239,127,134). Sum of RGB (Red+Green+Blue) = 239+127+134=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F86 is #108079. Grayscale: #A1A1A1. Windows color (decimal): -1081466 or 8814575. OLE color: 8814575.

HSL color Cylindrical-coordinate representation of color #EF7F86: hue angle of 356.25º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F86 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 134 -
CMYK 0 0.47 0.44 0.06
HSL 356.25º 0.78% 0.72% -
HSV(B) 356.25º 0.47% 0.94% -
XYZ 47.49 35.25 26.86 -
YUV 161.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 239 127 134 0 0.47 0.44 0.06 356.25 0.78 0.72
Hex EF 7F 86 0 2F 2C 6 164 4E 48
Octal 357 177 206 0 57 54 6 544 116 110
Binary 11101111 1111111 10000110 0 101111 101100 110 101100100 1001110 1001000

Color Harmonies of #EF7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F86

Black with #EF7F86

Text Example


Text Example

White with #EF7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F86; }

 p { color: rgb(239,127,134); }

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

background-color css

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

 a { background-color: rgb(239,127,134); }

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

border-color css

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

 span { border-color: rgb(239,127,134); }

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