Html Css Color HEX #EF7D8A Carissma

📋 copy color: '#EF7D8A'

red 239 ◦ green 125 ◦ blue 138

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

Shades of Carissma #EF7D8A

Tints of Carissma #EF7D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.9%

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 47.61%
G = 24.9%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF7D8A (or 0xEF7D8A) is known color: Carissma. HEX triplet: EF, 7D and 8A. RGB value is (239,125,138). Sum of RGB (Red+Green+Blue) = 239+125+138=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D8A is #108275. Grayscale: #A0A0A0. Windows color (decimal): -1081974 or 9076207. OLE color: 9076207.

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

Color convert

RGB 239 125 138 -
CMYK 0 0.48 0.42 0.06
HSL 353.16º 0.78% 0.71% -
HSV(B) 353.16º 0.48% 0.94% -
XYZ 47.52 34.85 28.27 -
YUV 160.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 239 125 138 0 0.48 0.42 0.06 353.16 0.78 0.71
Hex EF 7D 8A 0 30 2A 6 161 4E 47
Octal 357 175 212 0 60 52 6 541 116 107
Binary 11101111 1111101 10001010 0 110000 101010 110 101100001 1001110 1000111

Color Harmonies of #EF7D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D8A

Black with #EF7D8A

Text Example


Text Example

White with #EF7D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D8A; }

 p { color: rgb(239,125,138); }

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

background-color css

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

 a { background-color: rgb(239,125,138); }

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

border-color css

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

 span { border-color: rgb(239,125,138); }

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