Html Css Color HEX #ED7E8A Carissma

📋 copy color: '#ED7E8A'

red 237 ◦ green 126 ◦ blue 138

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

Shades of Carissma #ED7E8A

Tints of Carissma #ED7E8A

RGB

 RED value IS 237 (92.97% from 255) = 47.31%

 GREEN value IS 126 (49.61% from 255) = 25.15%

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

R = 47.31%
G = 25.15%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED7E8A (or 0xED7E8A) is known color: Carissma. HEX triplet: ED, 7E and 8A. RGB value is (237,126,138). Sum of RGB (Red+Green+Blue) = 237+126+138=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E8A is #128175. Grayscale: #A0A0A0. Windows color (decimal): -1212790 or 9076461. OLE color: 9076461.

HSL color Cylindrical-coordinate representation of color #ED7E8A: hue angle of 353.51º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7E8A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 126 138 -
CMYK 0 0.47 0.42 0.07
HSL 353.51º 0.76% 0.71% -
HSV(B) 353.51º 0.47% 0.93% -
XYZ 46.97 34.76 28.28 -
YUV 160.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 237 126 138 0 0.47 0.42 0.07 353.51 0.76 0.71
Hex ED 7E 8A 0 2F 2A 7 162 4C 47
Octal 355 176 212 0 57 52 7 542 114 107
Binary 11101101 1111110 10001010 0 101111 101010 111 101100010 1001100 1000111

Color Harmonies of #ED7E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E8A

Black with #ED7E8A

Text Example


Text Example

White with #ED7E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E8A; }

 p { color: rgb(237,126,138); }

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

background-color css

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

 a { background-color: rgb(237,126,138); }

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

border-color css

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

 span { border-color: rgb(237,126,138); }

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